A - The action type.R - The result type.public abstract class AbstractRpcInterceptor<A,R> extends AbstractInterceptor<A,R> implements RpcInterceptor<A,R>
RpcInterceptor implementations that forces the action class to be passed
in as a constructor to the interceptor.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRpcInterceptor(Class<A> actionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(TypedAction action) |
getActionTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitundoexecute, getActionTypepublic boolean canExecute(TypedAction action)
canExecute in interface Interceptor<A,R>Copyright © 2010–2015 Arcbees. All rights reserved.