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(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(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.
    • getMultipartConfig

      MultipartConfigElement getMultipartConfig()
      Returns the multipartConfig.
      Returns:
      the multipartConfig