org.odlabs.wiquery.core
Class JQueryCoreRenderingListener

java.lang.Object
  extended by 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

Method Summary
static JQueryCoreRenderingListener get()
           
 void onRender(IWiQueryPlugin plugin, org.apache.wicket.markup.html.IHeaderResponse response)
          Renders needed resources for any jQuery code (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.