com.gwtplatform.dispatch.server.actionhandlervalidator
Interface ActionHandlerValidatorMap<A extends Action<R>,R extends Result>
- Type Parameters:
A
- Type of the associated Action
R
- Type of the associated Result
- All Known Implementing Classes:
- ActionHandlerValidatorMapImpl
public interface ActionHandlerValidatorMap<A extends Action<R>,R extends Result>
This is the interface that define the map of
ActionHandlerValidatorInstance
.
- Author:
- Christian Goudreau
getActionClass
Class<A> getActionClass()
- Returns:
- the
Action
class associated
getActionHandlerValidatorClass
ActionHandlerValidatorClass<A,R> getActionHandlerValidatorClass()
- Returns:
- the
ActionHandlerValidatorClass
class associated
Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.