Interface IWebAppDispatcherContext
- 
 public interface IWebAppDispatcherContext
- 
- 
Method SummaryAll 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- 
isEnforceSecurityboolean isEnforceSecurity() 
 - 
sessionPreInvokevoid sessionPreInvoke() 
 - 
sessionPostInvokevoid sessionPostInvoke() 
 - 
getCurrentServletReferenceRequestProcessor getCurrentServletReference() 
 - 
pushExceptionvoid pushException(java.lang.Throwable th) 
 - 
isIncludeboolean isInclude() 
 - 
isForwardboolean isForward() 
 - 
getWebAppcom.ibm.ws.webcontainer.webapp.WebApp getWebApp() 
 - 
getRelativeUrijava.lang.String getRelativeUri() 
 - 
getOriginalRelativeURIjava.lang.String getOriginalRelativeURI() 
 - 
sendErrorvoid sendError(int sc, java.lang.String message, boolean ignoreCommittedException) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
getDispatcherTypejavax.servlet.DispatcherType getDispatcherType() 
 
- 
 
-