public abstract class ActionHandler<T extends ActionHandler> extends Handler<T>
Base class for Action Handler or Before/After interceptor
Handler.Visitor
Destroyable.Util
logger
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, sessionFree
addSubResource, destroy, isDestroyed, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public abstract org.osgl.mvc.result.Result handle(ActionContext actionContext) throws java.lang.Exception
java.lang.Exception
Copyright © 2014–2017 ActFramework. All rights reserved.