Class JQueryTemplateBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
com.googlecode.wicket.jquery.ui.template.JQueryTemplateBehavior
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public class JQueryTemplateBehavior
extends com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
Provides the default implementation of
The content of the <script /> block (the resource stream) is given by the
JQueryAbstractTemplateBehavior
that works with a IJQueryTemplate
.The content of the <script /> block (the resource stream) is given by the
IJQueryTemplate.getText()
- Author:
- Sebastien Briquet - sebfz1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.wicket.request.resource.PackageResourceReference
-
Constructor Summary
ConstructorsConstructorDescriptionJQueryTemplateBehavior
(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(org.apache.wicket.Component component) getToken()
protected com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStream
void
renderHead
(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response) Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
-
Field Details
-
TMPL_JS
public static final org.apache.wicket.request.resource.PackageResourceReference TMPL_JS
-
-
Constructor Details
-
JQueryTemplateBehavior
public JQueryTemplateBehavior(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template) Constructor- Parameters:
template
- theIJQueryTemplate
that this behavior should render via the resource stream
-
-
Method Details
-
renderHead
public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response) - Specified by:
renderHead
in interfaceorg.apache.wicket.markup.html.IComponentAwareHeaderContributor
- Overrides:
renderHead
in classcom.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
-
bind
public void bind(org.apache.wicket.Component component) - Overrides:
bind
in classorg.apache.wicket.behavior.Behavior
-
getToken
- Specified by:
getToken
in classcom.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
-
newResourceStream
protected com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStream newResourceStream()- Specified by:
newResourceStream
in classcom.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
-