Interface IWebAppDispatcherContext


public interface IWebAppDispatcherContext
  • Method Details

    • isEnforceSecurity

      boolean isEnforceSecurity()
    • sessionPreInvoke

      void sessionPreInvoke()
    • sessionPostInvoke

      void sessionPostInvoke()
    • getCurrentServletReference

      RequestProcessor getCurrentServletReference()
    • pushException

      void pushException(Throwable th)
    • isInclude

      boolean isInclude()
    • isForward

      boolean isForward()
    • getWebApp

      com.ibm.ws.webcontainer.webapp.WebApp getWebApp()
    • getRelativeUri

      String getRelativeUri()
    • getOriginalRelativeURI

      String getOriginalRelativeURI()
    • sendError

      void sendError(int sc, String message, boolean ignoreCommittedException) throws IOException
      Throws:
      IOException
    • getDispatcherType

      javax.servlet.DispatcherType getDispatcherType()