Interface IHttpServletSubRequest

All Superinterfaces:
HttpServletRequest, IServletSubRequest, ServletRequest
All Known Implementing Classes:
HttpServletSubRequest, HttpServletSubRequestWrapper

public interface IHttpServletSubRequest extends IServletSubRequest, HttpServletRequest
  • Method Details

    • setMethod

      void setMethod(String method)
      Overrides the method for the subrequest.
    • isLoggedOut

      boolean isLoggedOut()
      Checks if HttpServletRequest.logout() was called during the subrequest.