Package

xitrum.scope

request

Permalink

package request

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. request
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class At extends HashMap[String, Any]

    Permalink

    Equivalent to @xxx variables of Rails

  2. type FileUploadParams = Map[String, Seq[FileUpload]]

    Permalink
  3. trait ParamAccess extends AnyRef

    Permalink
  4. type Params = Map[String, Seq[String]]

    Permalink
  5. class PathInfo extends AnyRef

    Permalink

    URL: http://example.com/articles?page=2 => encoded: /articles

  6. trait RequestEnv extends ParamAccess

    Permalink

    All core state variables for a request are here.

    All core state variables for a request are here. All other variables in Helper and Controller can be inferred from these variables.

Value Members

  1. object ParamAccess

    Permalink

    Use "manifest" for Scala 2.10 and "typeOf" for Scala 2.11: https://github.com/ngocdaothanh/xitrum/issues/155

  2. object RequestEnv

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped