class JavaActionAnnotations extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaActionAnnotations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JavaActionAnnotations(controller: Class[_], method: Method, config: ActionCompositionConfiguration)
- controller
The controller to be evaluated
- method
The method to be evaluated
Value Members
- val actionMixins: Seq[(Annotation, Class[_ <: Action[_]], AnnotatedElement)]
- val controller: Class[_]
- val controllerAnnotations: Seq[(, AnnotatedElement)]
- val method: Method
- val parser: Class[_ <: BodyParser[_]]
Retains and evaluates what is otherwise expensive reflection work on call by call basis.