Abstract Value Members
-
val
doNotFound
: Action
-
def
requestPath
: String
-
def
routeBasePath
: String
-
def
servletContext
: ServletContext
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
_params
: MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]
-
val
_request
: DynamicVariable[HttpServletRequest]
-
val
_response
: DynamicVariable[HttpServletResponse]
-
def
addRoute
(method: HttpMethod, routeMatchers: Iterable[RouteMatcher], action: ⇒ Any): Route
-
def
after
(routeMatchers: RouteMatcher*)(fun: ⇒ Any): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
before
(routeMatchers: RouteMatcher*)(fun: ⇒ Any): Unit
-
implicit def
booleanBlock2RouteMatcher
(block: ⇒ Boolean): RouteMatcher
-
def
clone
(): AnyRef
-
def
contentType
: String
-
def
contentTypeInferrer
: PartialFunction[Any, String]
-
def
contentType_=
(contentType: String): Unit
-
val
defaultCharacterEncoding
: String
-
def
delete
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
var
doMethodNotAllowed
: (Set[HttpMethod]) ⇒ Any
-
def
environment
: String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(handler: ErrorHandler): Unit
-
var
errorHandler
: ErrorHandler
-
def
executeRoutes
(): Unit
-
def
finalize
(): Unit
-
def
get
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
def
getClass
(): java.lang.Class[_]
-
def
halt
[T]
(status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing
-
def
handle
(request: HttpServletRequest, response: HttpServletResponse): Unit
-
def
hashCode
(): Int
-
def
initParameter
(name: String): Option[String]
-
def
initialize
(config: Config): Unit
-
def
invoke
(matchedRoute: MatchedRoute): Option[Any]
-
def
isDevelopmentMode
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
methodNotAllowed
(f: (Set[HttpMethod]) ⇒ Any): Unit
-
def
multiParams
: MultiParams
-
def
ne
(arg0: AnyRef): Boolean
-
def
notFound
(fun: ⇒ Any): Unit
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
options
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
def
params
: MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]
-
def
pass
(): Nothing
-
def
patch
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
implicit def
pathPatternParser2RouteMatcher
(pattern: PathPattern): RouteMatcher
-
def
post
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
def
put
(routeMatchers: RouteMatcher*)(action: ⇒ Any): Route
-
def
redirect
(uri: String): Unit
-
implicit def
regex2RouteMatcher
(regex: Regex): RouteMatcher
-
def
removeRoute
(method: String, route: Route): Unit
-
def
removeRoute
(method: HttpMethod, route: Route): Unit
-
def
renderPipeline
: PartialFunction[Any, Any]
-
def
renderResponse
(actionResult: Any): Unit
-
def
renderResponseBody
(actionResult: Any): Unit
-
implicit def
request
: HttpServletRequest
-
implicit def
requestWrapper
(r: HttpServletRequest): RichRequest
-
implicit def
response
: HttpServletResponse
-
lazy val
routes
: RouteRegistry
-
def
runFilters
(filters: Traversable[Route]): Unit
-
def
runRoutes
(routes: Traversable[Route]): Stream[Any]
-
implicit def
servletContextWrapper
(sc: ServletContext): RichServletContext
-
implicit def
session
: HttpSession
-
def
sessionOption
: Option[HttpSession]
-
implicit def
sessionWrapper
(s: HttpSession): RichSession
-
def
status
(code: Int): Unit
-
implicit def
string2RouteMatcher
(path: String): RouteMatcher
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withRouteMultiParams
[S]
(matchedRoute: Option[MatchedRoute])(thunk: ⇒ S): S
Deprecated Value Members
-
def
addRoute
(verb: String, routeMatchers: Iterable[RouteMatcher], action: ⇒ Any): Route
-
def
afterAll
(block: ⇒ Any): Unit
-
def
afterSome
(routeMatchers: RouteMatcher*)(block: ⇒ Any): Unit
-
def
beforeAll
(block: ⇒ Any): Unit
-
def
beforeSome
(routeMatchers: RouteMatcher*)(block: ⇒ Any): Unit
Inherited from ScalatraKernel
Inherited from ServletApiImplicits
Inherited from Initializable
Inherited from CoreDsl
Inherited from Handler
Inherited from AnyRef
Inherited from Any
Trait which renders Anti-XML elements as serialized XML.