org.beanfabrics.support
Class ValidationSupport

java.lang.Object
  extended by org.beanfabrics.support.ValidationSupport
All Implemented Interfaces:
Support

public class ValidationSupport
extends java.lang.Object
implements Support

This class supports the processing of Validation annotations for PresentationModel classes. Annotated methods are constructed into ValidationRules and included into the validation process of the referenced model.

See Also:
beanfabrics tutorial on the validation framework< /a>

Method Summary
static ValidationSupport get(PresentationModel model)
           
 void setup(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ValidationSupport get(PresentationModel model)

setup

public void setup(java.lang.reflect.Method method)