c

play.core.j

JavaActionAnnotations

class JavaActionAnnotations extends AnyRef

Retains and evaluates what is otherwise expensive reflection work on call by call basis.

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

Instance Constructors

  1. new JavaActionAnnotations(controller: Class[_], method: Method, config: ActionCompositionConfiguration)

    controller

    The controller to be evaluated

    method

    The method to be evaluated

Value Members

  1. val actionMixins: Seq[(Annotation, Class[_ <: Action[_]], AnnotatedElement)]
  2. val controller: Class[_]
  3. val controllerAnnotations: Seq[(Annotation, AnnotatedElement)]
  4. val method: Method
  5. val parser: Class[_ <: BodyParser[_]]