Package

org

scalatra

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

    Permalink
  2. type CoreStack = CorsSupport with FutureSupport with FlashMapSupport

    Permalink
  3. type CoreStackNoFlash = CorsSupport with FutureSupport

    Permalink
  4. type CoreStackNoFlashWithCsrf = CoreStackNoFlash with CsrfTokenSupport

    Permalink
  5. type CoreStackNoFlashWithXsrf = CoreStackNoFlash with XsrfTokenSupport

    Permalink
  6. type CoreStackWithCsrf = CoreStack with CsrfTokenSupport

    Permalink
  7. type CoreStackWithXsrf = CoreStack with XsrfTokenSupport

    Permalink
  8. type ErrorHandler = PartialFunction[Throwable, Any]

    Permalink
  9. type FileUploadStack = FutureSupport with FlashMapSupport with FileUploadSupport

    Permalink
  10. type FullCoreStack = CoreStack with FileUploadSupport

    Permalink
  11. type FuturesAndFlashStack = FutureSupport with FlashMapSupport

    Permalink
  12. type FuturesAndFlashStackWithCsrf = FuturesAndFlashStack with CsrfTokenSupport

    Permalink
  13. type FuturesAndFlashStackWithXsrf = FuturesAndFlashStack with XsrfTokenSupport

    Permalink
  14. type MultiParams = Map[String, Seq[String]]

    Permalink
  15. type Params = MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]

    Permalink
  16. type RenderPipeline = PartialFunction[Any, Any]

    Permalink

Value Members

  1. val EnvironmentKey: String

    Permalink
  2. val MultiParamsKey: String

    Permalink
  3. def halt(result: ActionResult): Nothing

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

    Permalink
    Definition Classes
    Control
  5. package jetty

    Permalink
  6. def pass(): Nothing

    Permalink
    Definition Classes
    Control

Inherited from Control

Inherited from AnyRef

Inherited from Any

Ungrouped