Interface IWebAppDispatcherContext
public interface IWebAppDispatcherContext
- 
Method SummaryModifier and TypeMethodDescriptionjavax.servlet.DispatcherTypecom.ibm.ws.webcontainer.webapp.WebAppbooleanbooleanbooleanvoidvoidvoidvoid
- 
Method Details- 
isEnforceSecurityboolean isEnforceSecurity()
- 
sessionPreInvokevoid sessionPreInvoke()
- 
sessionPostInvokevoid sessionPostInvoke()
- 
getCurrentServletReferenceRequestProcessor getCurrentServletReference()
- 
pushException
- 
isIncludeboolean isInclude()
- 
isForwardboolean isForward()
- 
getWebAppcom.ibm.ws.webcontainer.webapp.WebApp getWebApp()
- 
getRelativeUriString getRelativeUri()
- 
getOriginalRelativeURIString getOriginalRelativeURI()
- 
sendError- Throws:
- IOException
 
- 
getDispatcherTypejavax.servlet.DispatcherType getDispatcherType()
 
-