Oracle Corporation

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

Packages that use ContextMapperInfo
com.bea.wlcp.wlng.api.plugin   
 

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

Methods in com.bea.wlcp.wlng.api.plugin with parameters of type ContextMapperInfo
 String PluginSouth.resolveAppInstanceGroupdId(ContextMapperInfo info)
          Returns the application instance group id (now known as application instance id) given the set of argument values available in the info parameter.
 void PluginSouth.prepareRequestContext(RequestContext ctx, ContextMapperInfo info)
          This method is called only once per northbound request once the current RequestContext has been rebuild.
 


Oracle Corporation