public interface ActionBinding<T extends Action>
Action
Modifier and Type | Method and Description |
---|---|
T |
create(ActionContext actionContext)
Create an action of this action context, this method will be
called only if this binding
supports(org.javasimon.console.ActionContext) this context. |
boolean |
supports(ActionContext actionContext)
Indicates whether this action binding is applicable for this action
context (=HTTP Request)
|
boolean supports(ActionContext actionContext)
actionContext
- Action contextT create(ActionContext actionContext)
supports(org.javasimon.console.ActionContext)
this context.actionContext
- Action contextCopyright © 2019. All rights reserved.