Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.griffin.validation.validator.HandlerMethod

Uses of HandlerMethod in com.aendvari.griffin.validation.validator
 

Subclasses of HandlerMethod in com.aendvari.griffin.validation.validator
 class ErrorMethod
          Defines a ErrorMethod.
 class ValidateMethod
          Defines a ValidateMethod.
 

Fields in com.aendvari.griffin.validation.validator declared as HandlerMethod
protected  HandlerMethod Handler.handlerMethod
          The HandlerMethod to call from the handlerObject or handlerClass
 

Methods in com.aendvari.griffin.validation.validator that return HandlerMethod
 HandlerMethod Handler.getValidateMethod()
          Get the handler method.
 

Methods in com.aendvari.griffin.validation.validator with parameters of type HandlerMethod
 void Handler.setHandlerMethod(HandlerMethod setMethod)
          Set the handler method.