GWTP Dispatch Server Base 0.7-redhat-1

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

Method Summary
 Class<A> getActionClass()
           
 ActionHandlerValidatorClass<A,R> getActionHandlerValidatorClass()
           
 

Method Detail

getActionClass

Class<A> getActionClass()
Returns:
the Action class associated

getActionHandlerValidatorClass

ActionHandlerValidatorClass<A,R> getActionHandlerValidatorClass()
Returns:
the ActionHandlerValidatorClass class associated

GWTP Dispatch Server Base 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.