Uses of Interface
com.ibm.wsspi.webcontainer.webapp.IWebAppDispatcherContext
-
Packages that use IWebAppDispatcherContext Package Description com.ibm.wsspi.webcontainer.collaborator com.ibm.wsspi.webcontainer.servlet there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0 -
-
Uses of IWebAppDispatcherContext in com.ibm.wsspi.webcontainer.collaborator
Methods in com.ibm.wsspi.webcontainer.collaborator that return IWebAppDispatcherContext Modifier and Type Method Description IWebAppDispatcherContextICollaboratorMetaData. getWebAppDispatcherContext() -
Uses of IWebAppDispatcherContext in com.ibm.wsspi.webcontainer.servlet
Methods in com.ibm.wsspi.webcontainer.servlet that return IWebAppDispatcherContext Modifier and Type Method Description IWebAppDispatcherContextDummyRequest. getWebAppDispatcherContext()IWebAppDispatcherContextIExtendedRequest. getWebAppDispatcherContext()Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IWebAppDispatcherContext Modifier and Type Method Description voidDummyRequest. setWebAppDispatcherContext(IWebAppDispatcherContext ctx)voidIExtendedRequest. setWebAppDispatcherContext(IWebAppDispatcherContext ctx)
-