package
scalatra
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 = MultiMap
-
type
Params = MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]
-
type
RenderPipeline = PartialFunction[Any, Any]
-
type
GZipSupport = ContentEncodingSupport
-
type
ScalatraKernel = ServletBase
Value Members
-
val
EnvironmentKey: String
-
val
MultiParamsKey: String
-
-
def
halt(result: ActionResult): Nothing
-
def
halt[T](status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing
-
def
pass(): Nothing
Inherited from Control
Inherited from AnyRef
Inherited from Any