org.odlabs.wiquery.core
Class JQueryCoreRenderingListener
java.lang.Object
org.odlabs.wiquery.core.JQueryCoreRenderingListener
- All Implemented Interfaces:
- Serializable, WiQueryPluginRenderingListener
public class JQueryCoreRenderingListener
- extends Object
- implements WiQueryPluginRenderingListener, Serializable
$Id: JQueryCoreRenderingListener.java 1050 2011-06-22 11:18:55Z hielke.hoeve@gmail.com
$
Implementation of the WiQueryPluginRenderingListener to render the jQuery base library,
needed for any IWiQueryPlugin
to work.
- Since:
- 1.0
- Author:
- lionel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static JQueryCoreRenderingListener get()
onRender
public void onRender(IWiQueryPlugin plugin,
org.apache.wicket.markup.html.IHeaderResponse response)
- Renders needed resources for any jQuery code (e.g. core libraries).
- Specified by:
onRender
in interface WiQueryPluginRenderingListener
Copyright © 2012. All Rights Reserved.