public class ActionHandlerResourceType extends java.lang.Object implements AnnotatedControllerResourceType<ActionHandler,FlowActionHandler>
| Constructor and Description |
|---|
ActionHandlerResourceType() |
| Modifier and Type | Method and Description |
|---|---|
FlowActionHandler |
getResource(ActionHandler annotation,
java.lang.Class<FlowActionHandler> cls,
ViewContext<?> context) |
java.lang.Class<ActionHandler> |
getSupportedAnnotation() |
public FlowActionHandler getResource(ActionHandler annotation, java.lang.Class<FlowActionHandler> cls, ViewContext<?> context)
getResource in interface AnnotatedControllerResourceType<ActionHandler,FlowActionHandler>public java.lang.Class<ActionHandler> getSupportedAnnotation()
getSupportedAnnotation in interface AnnotatedControllerResourceType<ActionHandler,FlowActionHandler>