t

play.core.j

JavaHandler

trait JavaHandler extends Handler

A Java handler.

Java handlers, given that they have to load actions and perform Java specific interception, need extra components that can't be supplied by the controller itself to do so. So this handler is a factory for handlers that, given the JavaComponents, will return a handler that can be invoked by a Play server.

Source
JavaAction.scala
Linear Supertypes
Handler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaHandler
  2. Handler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def withComponents(handlerComponents: JavaHandlerComponents): Handler

    Return a Handler that has the necessary components supplied to execute it.