AsyncResult
org.scalatra.AsyncResult
abstract class AsyncResult(implicit val scalatraContext: ScalatraContext) extends ScalatraContext
Attributes
- Graph
-
- Supertypes
-
trait ScalatraContexttrait CookieContexttrait SessionSupporttrait ServletApiImplicitsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Gets the content type of the current response.
Sets the content type of the current response.
Attributes
- Inherited from:
- CookieContext
Explicitly sets the request-scoped format. This takes precedence over whatever was inferred from the request.
Explicitly sets the request-scoped format. This takes precedence over whatever was inferred from the request.
Attributes
- Inherited from:
- ScalatraContext
Explicitly sets the request-scoped format. This takes precedence over whatever was inferred from the request.
Explicitly sets the request-scoped format. This takes precedence over whatever was inferred from the request.
Attributes
- Inherited from:
- ScalatraContext
Attributes
- Inherited from:
- SessionSupport
The current session. If none exists, None is returned.
Gets the status code of the current response.
Sets the status code of the current response.
Abstract fields
Concrete fields
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- CookieContext
Attributes
- Inherited from:
- ServletApiImplicits
Attributes
- Inherited from:
- ServletApiImplicits
Attributes
- Inherited from:
- ServletApiImplicits
Attributes
- Inherited from:
- ServletApiImplicits
The current session. Creates a session if none exists.
In this article