Interface IWebAppDispatcherContext
-
public interface IWebAppDispatcherContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestProcessorgetCurrentServletReference()javax.servlet.DispatcherTypegetDispatcherType()java.lang.StringgetOriginalRelativeURI()java.lang.StringgetRelativeUri()com.ibm.ws.webcontainer.webapp.WebAppgetWebApp()booleanisEnforceSecurity()booleanisForward()booleanisInclude()voidpushException(java.lang.Throwable th)voidsendError(int sc, java.lang.String message, boolean ignoreCommittedException)voidsessionPostInvoke()voidsessionPreInvoke()
-
-
-
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
javax.servlet.DispatcherType getDispatcherType()
-
-