Packages

p

org

scalatra

package scalatra

Type Members

  1. trait Handler extends AnyRef

    A Handler is the Scalatra abstraction for an object that operates on a request/response pair.

  2. trait Initializable extends AnyRef

    Trait representing an object that can't be fully initialized by its constructor.

    Trait representing an object that can't be fully initialized by its constructor. Useful for unifying the initialization process of an HttpServlet and a Filter.

Ungrouped