package scalatra
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalatra
- Control
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Action = () ⇒ Any
- type ContentTypeInferrer = PartialFunction[Any, String]
- type CoreStack = CorsSupport with FutureSupport with FlashMapSupport
- type CoreStackNoFlash = CorsSupport with FutureSupport
- type CoreStackNoFlashWithCsrf = CoreStackNoFlash with CsrfTokenSupport
- type CoreStackNoFlashWithXsrf = CoreStackNoFlash with XsrfTokenSupport
- type CoreStackWithCsrf = CoreStack with CsrfTokenSupport
- type CoreStackWithXsrf = CoreStack with XsrfTokenSupport
- type ErrorHandler = PartialFunction[Throwable, Any]
- type FileUploadStack = FutureSupport with FlashMapSupport with FileUploadSupport
- type FullCoreStack = CoreStack with FileUploadSupport
- type FuturesAndFlashStack = FutureSupport with FlashMapSupport
- type FuturesAndFlashStackWithCsrf = FuturesAndFlashStack with CsrfTokenSupport
- type FuturesAndFlashStackWithXsrf = FuturesAndFlashStack with XsrfTokenSupport
- type MultiParams = Map[String, Seq[String]]
- type Params = MultiMapHeadView[String, String]
- type RenderPipeline = PartialFunction[Any, Any]