xitrum.scope

request

package request

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. request
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class At extends HashMap[String, Any]

    Equivalent to @xxx variables of Rails

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

  3. trait ParamAccess extends AnyRef

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

  5. class PathInfo extends AnyRef

    URL: http://example.

  6. trait RequestEnv extends ParamAccess

    All core state variables for a request are here.

Value Members

  1. object ParamAccess

    Use "manifest" for Scala 2.

  2. object RequestEnv

Inherited from AnyRef

Inherited from Any

Ungrouped