Package org.wicketstuff.twitter.behavior
Class TwitterApiBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.wicketstuff.twitter.behavior.TwitterApiBehavior
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable
public class TwitterApiBehavior extends Behavior
- Author:
- Till Freier
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringWIDGETS_JS
-
Constructor Summary
Constructors Constructor Description TwitterApiBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderHead(Component component, IHeaderResponse response)-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
-
-
-
-
Field Detail
-
WIDGETS_JS
public static final String WIDGETS_JS
- See Also:
- Constant Field Values
-
-
Method Detail
-
renderHead
public void renderHead(Component component, IHeaderResponse response)
- Specified by:
renderHeadin interfaceIComponentAwareHeaderContributor- Overrides:
renderHeadin classBehavior
-
-