org
scalatra
package
scalatra
Type Members
-
type
Action
= () ⇒ Any
-
type
CSRFTokenSupport
= CsrfTokenSupport
-
type
ContentTypeInferrer
= PartialFunction[Any, String]
-
type
ErrorHandler
= PartialFunction[Throwable, Any]
-
type
MultiParams
= MultiMap
-
type
RenderPipeline
= PartialFunction[Any, Any]
-
type
RouteTransformer
= (Route) ⇒ Route
-
type
ScalatraKernel
= ServletBase
Value Members
-
val
EnvironmentKey
: String
-
val
MultiParamsKey
: String
-
def
halt
[T]
(status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T])
: Nothing
-
def
pass
()
: Nothing
-