|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.commons.AbstractBeanValidator
org.springmodules.validation.commons.DefaultBeanValidator
public class DefaultBeanValidator
| Constructor Summary | |
|---|---|
DefaultBeanValidator()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFormName(java.lang.Class cls)
If useFullyQualifiedClassName is false (default value), this function returns a
string containing the uncapitalized, short name for the given class
(e.g. |
void |
setUseFullyQualifiedClassName(boolean useFullyQualifiedClassName)
Sets the value of the useFullyQualifiedClassName. |
| Methods inherited from class org.springmodules.validation.commons.AbstractBeanValidator |
|---|
cleanupValidator, getLocale, initValidator, setValidatorFactory, supports, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBeanValidator()
| Method Detail |
|---|
public void setUseFullyQualifiedClassName(boolean useFullyQualifiedClassName)
useFullyQualifiedClassName.
protected java.lang.String getFormName(java.lang.Class cls)
useFullyQualifiedClassName is false (default value), this function returns a
string containing the uncapitalized, short name for the given class
(e.g. myBean for the class com.domain.test.MyBean). Otherwise, it returns the value
returned by Class.getName().
getFormName in class AbstractBeanValidatorcls - Class of the bean to be validated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||