public abstract class ActionHandler<T extends ActionHandler> extends Handler<T>
Base class for Action Handler or Before/After interceptor
Handler.VisitorDestroyable.Utillogger| Modifier | Constructor and Description |
|---|---|
protected |
ActionHandler(int priority) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.osgl.mvc.result.Result |
handle(ActionContext actionContext) |
accept, compareTo, corsSpec, equals, express, hashCode, priority, releaseResources, sessionFreeaddSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnpublic abstract org.osgl.mvc.result.Result handle(ActionContext actionContext) throws java.lang.Exception
java.lang.ExceptionCopyright © 2014–2017 ActFramework. All rights reserved.