Interface IWebAppDispatcherContext
-
public interface IWebAppDispatcherContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestProcessor
getCurrentServletReference()
jakarta.servlet.DispatcherType
getDispatcherType()
java.lang.String
getOriginalRelativeURI()
java.lang.String
getRelativeUri()
com.ibm.ws.webcontainer.webapp.WebApp
getWebApp()
boolean
isEnforceSecurity()
boolean
isForward()
boolean
isInclude()
void
pushException(java.lang.Throwable th)
void
sendError(int sc, java.lang.String message, boolean ignoreCommittedException)
void
sessionPostInvoke()
void
sessionPreInvoke()
-
-
-
Method Detail
-
isEnforceSecurity
boolean isEnforceSecurity()
-
sessionPreInvoke
void sessionPreInvoke()
-
sessionPostInvoke
void sessionPostInvoke()
-
getCurrentServletReference
RequestProcessor getCurrentServletReference()
-
pushException
void pushException(java.lang.Throwable th)
-
isInclude
boolean isInclude()
-
isForward
boolean isForward()
-
getWebApp
com.ibm.ws.webcontainer.webapp.WebApp getWebApp()
-
getRelativeUri
java.lang.String getRelativeUri()
-
getOriginalRelativeURI
java.lang.String getOriginalRelativeURI()
-
sendError
void sendError(int sc, java.lang.String message, boolean ignoreCommittedException) throws java.io.IOException
- Throws:
java.io.IOException
-
getDispatcherType
jakarta.servlet.DispatcherType getDispatcherType()
-
-