Class AbstractFieldValidator
- java.lang.Object
-
- org.nuxeo.ecm.webengine.forms.validation.AbstractFieldValidator
-
- All Implemented Interfaces:
FieldValidator
public abstract class AbstractFieldValidator extends Object implements FieldValidator
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description AbstractFieldValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.webengine.forms.validation.FieldValidator
validate
-
-
-
-
Method Detail
-
getType
public Class<?> getType()
-
-