Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.plugin.context.RequestContext

Packages that use RequestContext
com.bea.wlcp.wlng.api.interceptor   
com.bea.wlcp.wlng.api.plugin   
com.bea.wlcp.wlng.api.plugin.context   
 

Uses of RequestContext in com.bea.wlcp.wlng.api.interceptor
 

Methods in com.bea.wlcp.wlng.api.interceptor that return RequestContext
 RequestContext Context.getRequestContext()
          Returns current the WLNG RequestContext object
 

Uses of RequestContext in com.bea.wlcp.wlng.api.plugin
 

Methods in com.bea.wlcp.wlng.api.plugin with parameters of type RequestContext
 void PluginSouth.prepareRequestContext(RequestContext ctx, ContextMapperInfo info)
          This method is called only once per northbound request once the current RequestContext has been rebuild.
 

Uses of RequestContext in com.bea.wlcp.wlng.api.plugin.context
 

Methods in com.bea.wlcp.wlng.api.plugin.context that return RequestContext
static RequestContext RequestContextManager.createCurrent()
          Creates a RequestContext for the current thread.
static RequestContext RequestContextManager.getCurrent()
          Gets the current RequestContext object from the current thread
 


Oracle Corporation