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 Porlet strategy for url rewriting, and providing access to the portlet namespace for markup Ids and isolated session state.
 



Copyright © 2004–2014 Apache Software Foundation. All rights reserved.