org

scalatra

package scalatra

Linear Supertypes
Control, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalatra
  2. Control
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

  2. type ContentTypeInferrer = PartialFunction[Any, String]

  3. type ErrorHandler = PartialFunction[Throwable, Any]

  4. type MultiParams = MultiMap

  5. type Params = MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]

  6. type RenderPipeline = PartialFunction[Any, Any]

  7. type RouteTransformer = (Route) ⇒ Route

  8. type ScalatraKernel = ServletBase

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use org.scalatra.servlet.ServletBase if you depend on the Servlet API, or org.scalatra.ScalatraSyntax if you don't.

Value Members

  1. val EnvironmentKey: String

  2. val MultiParamsKey: String

  3. def halt(result: ActionResult): Nothing

    Definition Classes
    Control
  4. def halt[T](status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing

    Definition Classes
    Control
  5. package json

  6. def pass(): Nothing

    Definition Classes
    Control

Inherited from Control

Inherited from AnyRef

Inherited from Any

Ungrouped