GWTP Dispatch Server Base 0.6-redhat-2

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.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.