|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jwarp.service.param.AValidator
|
+--org.jwarp.service.param.DateTimeValidator
A date/time validator.
| Field Summary | |
(package private) java.lang.String |
dateFormat
|
| Fields inherited from class org.jwarp.service.param.AValidator |
contentValidator, mayBeEmpty, required |
| Constructor Summary | |
DateTimeValidator()
|
|
DateTimeValidator(java.lang.String format)
|
|
| Method Summary | |
void |
configure(org.jdom.Element config)
Pass the Configuration to the Configurable
class. |
java.lang.String |
getValidationClass()
Returns the class name of the class being validated. |
void |
validate(java.lang.Object value)
not yet implemented |
| Methods inherited from class org.jwarp.service.param.AValidator |
getMayBeEmpty, getNextValidator, getRequired, setMayBeEmpty, setNextValidator, setRequired |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String dateFormat
| Constructor Detail |
public DateTimeValidator()
public DateTimeValidator(java.lang.String format)
| Method Detail |
public void configure(org.jdom.Element config)
throws ConfigurationException
IConfigurableConfiguration to the Configurable
class. This method must always be called after the constructor and before any other method.org.jwarp.service.configuration.IConfigurableconfiguration - the class configurations.
public void validate(java.lang.Object value)
throws ParameterException
validate in class AValidatorcontent - The String to be validatedpublic java.lang.String getValidationClass()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||