org.apache.wicket.ajax
Class WicketAjaxReference

java.lang.Object
  extended by org.apache.wicket.ResourceReference
      extended by org.apache.wicket.markup.html.resources.JavascriptResourceReference
          extended by org.apache.wicket.ajax.WicketAjaxReference
All Implemented Interfaces:
Serializable, IClusterable

public class WicketAjaxReference
extends JavascriptResourceReference

Resource reference for Wicket AJAX javascript implementation

Author:
Matej Knopp
See Also:
Serialized Form

Field Summary
static ResourceReference INSTANCE
          Singleton instance of this reference
 
Fields inherited from class org.apache.wicket.ResourceReference
locale
 
Method Summary
 
Methods inherited from class org.apache.wicket.markup.html.resources.JavascriptResourceReference
newResource
 
Methods inherited from class org.apache.wicket.ResourceReference
bind, equals, getLocale, getName, getResource, getScope, getSharedResourceKey, getStyle, hashCode, invalidate, isStateless, lastModifiedTime, setLocale, setStateless, setStyle, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final ResourceReference INSTANCE
Singleton instance of this reference



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.