A - action class.R - result class.public abstract class AbstractInterceptor<A,R> extends Object implements Interceptor<A,R>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInterceptor(Class<A> actionType) |
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
getActionType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanExecute, executepublic Class<A> getActionType()
getActionType in interface Interceptor<A,R>Copyright © 2010–2016 Arcbees. All rights reserved.