Class RequestControllerAnnotationBinder
java.lang.Object
com.chillycheesy.modulo.controllers.factory.RequestControllerAnnotationBinder
- All Implemented Interfaces:
ControllerAnnotationBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)
boolean
match(Annotation annotation)
-
Constructor Details
-
RequestControllerAnnotationBinder
public RequestControllerAnnotationBinder()
-
-
Method Details
-
bindControllerAnnotations
public void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder) throws InvalidPathVariableException- Specified by:
bindControllerAnnotations
in interfaceControllerAnnotationBinder
- Throws:
InvalidPathVariableException
-
match
- Specified by:
match
in interfaceControllerAnnotationBinder
-