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 IWebAppDispatcherContext
ICollaboratorMetaData. 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 IWebAppDispatcherContext
DummyRequest. getWebAppDispatcherContext()
IWebAppDispatcherContext
IExtendedRequest. getWebAppDispatcherContext()
Methods in com.ibm.wsspi.webcontainer.servlet with parameters of type IWebAppDispatcherContext Modifier and Type Method Description void
DummyRequest. setWebAppDispatcherContext(IWebAppDispatcherContext ctx)
void
IExtendedRequest. setWebAppDispatcherContext(IWebAppDispatcherContext ctx)
-