public class WiQueryCoreHeaderContributor extends Object implements Serializable, org.apache.wicket.markup.html.IHeaderContributor
Handles core JavaScript generation process of WiQuery.
If the request in a non ajax request, the generated JavaScript is wrapped by
a "dom ready" statement. Otherwise (in Ajax contexts, the generated
JavaScript is directly append to the given AjaxRequestTarget.
You should not add this yourself but instead should let the WiQueryInstantiationListener handle this for you
| Constructor and Description |
|---|
WiQueryCoreHeaderContributor(org.apache.wicket.Component component)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
renderHead(org.apache.wicket.markup.html.IHeaderResponse response)
Renders WiQuery's JavaScript code.
|
Copyright © 2009-2012. All Rights Reserved.