org.scalatra

package org.scalatra

Members list

Packages

Type members

Classlikes

trait Handler

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any

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.

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes