Interface IWebAppDispatcherContext
public interface IWebAppDispatcherContext
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.DispatcherType
com.ibm.ws.webcontainer.webapp.WebApp
boolean
boolean
boolean
void
void
void
void
-
Method Details
-
isEnforceSecurity
boolean isEnforceSecurity() -
sessionPreInvoke
void sessionPreInvoke() -
sessionPostInvoke
void sessionPostInvoke() -
getCurrentServletReference
RequestProcessor getCurrentServletReference() -
pushException
-
isInclude
boolean isInclude() -
isForward
boolean isForward() -
getWebApp
com.ibm.ws.webcontainer.webapp.WebApp getWebApp() -
getRelativeUri
String getRelativeUri() -
getOriginalRelativeURI
String getOriginalRelativeURI() -
sendError
- Throws:
IOException
-
getDispatcherType
jakarta.servlet.DispatcherType getDispatcherType()
-