public interface ActionHandlerInvoker extends Prioritised, Destroyable
Modifier and Type | Interface and Description |
---|---|
static interface |
ActionHandlerInvoker.Visitor |
Destroyable.Util
Modifier and Type | Method and Description |
---|---|
void |
accept(ActionHandlerInvoker.Visitor visitor) |
CacheSupportMetaInfo |
cacheSupport() |
CORS.Spec |
corsSpec() |
MissingAuthenticationHandler |
csrfFailureHandler() |
CSRF.Spec |
csrfSpec() |
boolean |
express() |
org.osgl.mvc.result.Result |
handle(ActionContext actionContext) |
java.lang.reflect.Method |
invokeMethod() |
MissingAuthenticationHandler |
missingAuthenticationHandler() |
boolean |
sessionFree() |
priority
destroy, isDestroyed, scope
org.osgl.mvc.result.Result handle(ActionContext actionContext) throws java.lang.Exception
java.lang.Exception
void accept(ActionHandlerInvoker.Visitor visitor)
boolean sessionFree()
boolean express()
CORS.Spec corsSpec()
CSRF.Spec csrfSpec()
CacheSupportMetaInfo cacheSupport()
MissingAuthenticationHandler missingAuthenticationHandler()
MissingAuthenticationHandler csrfFailureHandler()
java.lang.reflect.Method invokeMethod()
Copyright © 2014–2017 ActFramework. All rights reserved.