Packages

p

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

Type Members

  1. type Action = () ⇒ Any
  2. type ContentTypeInferrer = PartialFunction[Any, String]
  3. type CoreStack = CorsSupport with FutureSupport with FlashMapSupport
  4. type CoreStackNoFlash = CorsSupport with FutureSupport
  5. type CoreStackNoFlashWithCsrf = CoreStackNoFlash with CsrfTokenSupport
  6. type CoreStackNoFlashWithXsrf = CoreStackNoFlash with XsrfTokenSupport
  7. type CoreStackWithCsrf = CoreStack with CsrfTokenSupport
  8. type CoreStackWithXsrf = CoreStack with XsrfTokenSupport
  9. type ErrorHandler = PartialFunction[Throwable, Any]
  10. type FileUploadStack = FutureSupport with FlashMapSupport with FileUploadSupport
  11. type FullCoreStack = CoreStack with FileUploadSupport
  12. type FuturesAndFlashStack = FutureSupport with FlashMapSupport
  13. type FuturesAndFlashStackWithCsrf = FuturesAndFlashStack with CsrfTokenSupport
  14. type FuturesAndFlashStackWithXsrf = FuturesAndFlashStack with XsrfTokenSupport
  15. type MultiParams = Map[String, Seq[String]]
  16. type Params = MultiMapHeadView[String, String]
  17. type RenderPipeline = PartialFunction[Any, Any]

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]): Nothing
    Definition Classes
    Control
  5. def pass(): Nothing
    Definition Classes
    Control

Inherited from Control

Inherited from AnyRef

Inherited from Any

Ungrouped