Structural type for the various Servlet API objects that have attributes.
Adapts attributes from the Servlet API to a standard Scala mutable map.
Use CsrfTokenSupport
The core DSL of a Scalatra application.
A FlashMap is the data structured used by FlashMapSupportto allow passing temporary values between sequential actions.
Allows an action to set key-value pairs in a transient state that is accessible only to the next action and is expired immediately after that.
Mixin to ScalatraKernel that allows the retrieval of the HttpStatus.
An Handler is the Scalatra abstraction for an object that operates on a request/response pair.
Trait representing an object that can't be fully initialized by its constructor.
A path pattern optionally matches a request path and extracts path parameters.
Parses a string into a path pattern for routing.
Path pattern parser based on Rack::Mount::Strexp, which is used by Rails.
ScalatraKernel provides the DSL for building Scalatra applications.
Some implicits to make the Servlet API more Scala-idiomatic.
A Sinatra-compatible route path pattern parser.
Provides utility methods for the creation of URL strings.
Extractor object, useful for handling empty form parameter submissions:
Structural type for the various Servlet API objects that have attributes. These include ServletContext, HttpSession, and ServletRequest.