skinny.micro

request

package request

Visibility
  1. Public
  2. All

Type Members

  1. case class MostlyStableHttpSession(request: HttpServletRequest) extends HttpSession with LoggerProvider with Product with Serializable

    Mostly stable Servlet HttpSession implementation.

  2. case class RichHttpServletSession(session: HttpSession) extends AttributesMap with Product with Serializable

    Extension methods to the standard HttpSession.

  3. case class RichRequest(r: HttpServletRequest) extends AttributesMap with Product with Serializable

    Rich Servlet request.

  4. class StableHttpServletRequest extends HttpServletRequestWrapper with LoggerProvider

    Stable HttpServletRequest

Value Members

  1. object RichRequest extends Serializable

  2. object StableHttpServletRequest

Ungrouped