Class EmbeddedRequest

All Implemented Interfaces:
WebApplicationRequest, HttpServletRequest, ServletRequest, Closeable, AutoCloseable

public class EmbeddedRequest extends DefaultWebApplicationRequest
The WebApplicationRequest class used by EmbeddedPiranha
Author:
Manfred Riem ([email protected]), Arjan Tijms
See Also:
  • Constructor Details

    • EmbeddedRequest

      public EmbeddedRequest(String servletPath)
      Another Constructor.
      Parameters:
      servletPath - the servletPath
    • EmbeddedRequest

      public EmbeddedRequest()
      Constructor.
  • Method Details

    • getWebApplication

      public WebApplication getWebApplication()
      Get the web application.
      Returns:
      the web application.