Groovy Documentation

griffon.plugins.twitter4j
[Java] Class Twitter4jContributionAdapter

java.lang.Object
  griffon.plugins.twitter4j.Twitter4jContributionAdapter
All Implemented Interfaces:
Twitter4jContributionHandler

public class Twitter4jContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Twitter4jProvider provider

 
Constructor Summary
Twitter4jContributionAdapter()

 
Method Summary
Twitter4jProvider getTwitter4jProvider()

void setTwitter4jProvider(Twitter4jProvider provider)

R withTwitter(Map params, Closure closure)

R withTwitter(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

provider

private Twitter4jProvider provider


 
Constructor Detail

Twitter4jContributionAdapter

Twitter4jContributionAdapter()


 
Method Detail

getTwitter4jProvider

public Twitter4jProvider getTwitter4jProvider()


setTwitter4jProvider

public void setTwitter4jProvider(Twitter4jProvider provider)


withTwitter

public R withTwitter(Map params, Closure closure)


withTwitter

public R withTwitter(Map params, CallableWithArgs callable)


 

Groovy Documentation