Uses of Class
org.apache.wicket.RequestContext

Packages that use RequestContext
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http.portlet   
 

Uses of RequestContext in org.apache.wicket
 

Methods in org.apache.wicket that return RequestContext
static RequestContext RequestContext.get()
           
 

Methods in org.apache.wicket with parameters of type RequestContext
protected static void RequestContext.set(RequestContext context)
          Sets the RequestContext for the current threads active request.
 

Uses of RequestContext in org.apache.wicket.protocol.http.portlet
 

Subclasses of RequestContext in org.apache.wicket.protocol.http.portlet
 class PortletRequestContext
          FIXME javadoc
 



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