|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.formproc.validation.ValidatorMapEntry
Class representing a single validator map entry which has a reference to the validator class as well as system-wide properties for that validator.
| Constructor Summary | |
ValidatorMapEntry(java.lang.Class validatorClass)
Construct a ValidatorMapEntry. |
|
| Method Summary | |
void |
configure(com.anthonyeden.lib.config.Configuration configuration)
Configure the ValidatorMapEntry by loading all properties for that Validator. |
java.util.Map |
getProperties()
Get a Map of properties for the given Validator. |
java.lang.Class |
getValidatorClass()
Get the validator class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValidatorMapEntry(java.lang.Class validatorClass)
validatorClass - The Validator class| Method Detail |
public java.util.Map getProperties()
public java.lang.Class getValidatorClass()
public void configure(com.anthonyeden.lib.config.Configuration configuration)
configuration - The configuration object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||