Interface WebApplicationRequest

All Superinterfaces:
HttpServletRequest, ServletRequest
All Known Implementing Classes:
AsyncHttpDispatchWrapper, DefaultWebApplicationRequest, EmbeddedRequest, HttpWebApplicationRequest, NanoRequest

public interface WebApplicationRequest
extends HttpServletRequest
The WebApplicationRequest API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • setContextPath

      void setContextPath​(java.lang.String contextPath)
      Set the context path.
      Parameters:
      contextPath - the context path.
    • setDispatcherType

      void setDispatcherType​(DispatcherType dispatcherType)
      Set the dispatcher type.
      Parameters:
      dispatcherType - the dispatcher type.
    • setServletPath

      void setServletPath​(java.lang.String servletPath)
      Set the servlet path.
      Parameters:
      servletPath - the servlet path.
    • setWebApplication

      void setWebApplication​(WebApplication webApplication)
      Set the web application.
      Parameters:
      webApplication - the web application.