org

scalatra

package scalatra

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. type Action = () ⇒ Any

    definition classes: root
  2. type CSRFTokenSupport = CsrfTokenSupport

    definition classes: root
      deprecated:
    1. Use CsrfTokenSupport

  3. type ContentTypeInferrer = PartialFunction[Any, String]

    definition classes: root
  4. type ErrorHandler = PartialFunction[Throwable, Any]

    definition classes: root
  5. type MultiParams = MultiMap

    definition classes: root
  6. type RenderPipeline = PartialFunction[Any, Any]

    definition classes: root
  7. type RouteTransformer = (Route) ⇒ Route

    definition classes: root
  8. type ScalatraKernel = ServletBase

    definition classes: root
      deprecated:
    1. Use org.scalatra.servlet.ServletBase if you depend on the Servlet API, or org.scalatra.ScalatraBase if you don't.

Value Members

  1. val EnvironmentKey : String

    definition classes: root
  2. val MultiParamsKey : String

    definition classes: root
  3. def halt [T] (status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]) : Nothing

    definition classes: Control
  4. def pass () : Nothing

    definition classes: Control
  5. package scalate