Package

org

scalatra

Permalink

package scalatra

Visibility
  1. Public
  2. All

Type Members

  1. trait Handler extends AnyRef

    Permalink

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

  2. trait Initializable extends AnyRef

    Permalink

    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.

Value Members

  1. package servlet

    Permalink

Ungrouped