|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.behavior.AbstractHeaderContributor
org.apache.wicket.behavior.HeaderContributor
org.wamblee.wicket.jquery.JQueryHeaderContributor
public class JQueryHeaderContributor
JQuery header contribution that adds the jquery javascript and sets jQuery to
no-conflict mode so the $
identifier is freed. Also, it checks
the current configuration and uses the development mode jQuery library when run in
development mode and used the minimalized jQuery code when running in deployment mode.
Constructor Summary | |
---|---|
JQueryHeaderContributor()
Constructs the behavior. |
Method Summary | |
---|---|
static void |
clear()
Resets the cached value of the header contribution. |
Methods inherited from class org.apache.wicket.behavior.HeaderContributor |
---|
forCss, forCss, forCss, forCss, forCss, forCss, forJavaScript, forJavaScript, forJavaScript, getHeaderContributors |
Methods inherited from class org.apache.wicket.behavior.AbstractHeaderContributor |
---|
renderHead |
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
---|
afterRender, beforeRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JQueryHeaderContributor()
Method Detail |
---|
public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |