Handler

org.scalatra.Handler
trait Handler

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handle(request: HttpServletRequest, res: HttpServletResponse): Unit

Handles a request and writes to the response.

Handles a request and writes to the response.

Attributes