GWTP Dispatch Server Base 0.6-redhat-2

com.gwtplatform.dispatch.server.actionhandlervalidator
Class ActionHandlerValidatorClass<A extends Action<R>,R extends Result>

java.lang.Object
  extended by com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass<A,R>
Type Parameters:
A - Type of associated Action
R - Type of associated Result

public class ActionHandlerValidatorClass<A extends Action<R>,R extends Result>
extends Object

Convenience class to store ActionHandler and ActionValidator class definitions.

Author:
Christian Goudreau

Constructor Summary
ActionHandlerValidatorClass(Class<? extends ActionHandler<A,R>> handlerClass, Class<? extends ActionValidator> actionValidatorClass)
           
 
Method Summary
 Class<? extends ActionHandler<A,R>> getActionHandlerClass()
           
 Class<? extends ActionValidator> getActionValidatorClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionHandlerValidatorClass

public ActionHandlerValidatorClass(Class<? extends ActionHandler<A,R>> handlerClass,
                                   Class<? extends ActionValidator> actionValidatorClass)
Method Detail

getActionHandlerClass

public Class<? extends ActionHandler<A,R>> getActionHandlerClass()

getActionValidatorClass

public Class<? extends ActionValidator> getActionValidatorClass()

GWTP Dispatch Server Base 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.