net.sf.beanform.integration
Class IntegratorChain
java.lang.Object
net.sf.beanform.integration.IntegratorChain
public final class IntegratorChain
- extends Object
Represents a chain of integration elements, the makeup of which will vary according to
the execution environment.
Note: If JSR 303: Bean Validation ever
gets added to Java SE, add it to the integration chain.
- Author:
- Daniel Gredler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getValidation
public static String getValidation(BeanProperty prop)
getMaxLength
public static Integer getMaxLength(BeanProperty prop)
isNullable
public static boolean isNullable(BeanProperty prop)
Copyright © 2005-2008 SourceForge.net. All Rights Reserved.