Interface IWebAppDispatcherContext


  • public interface IWebAppDispatcherContext
    • Method Detail

      • isEnforceSecurity

        boolean isEnforceSecurity()
      • sessionPreInvoke

        void sessionPreInvoke()
      • sessionPostInvoke

        void sessionPostInvoke()
      • 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()