*/
private static final long serialVersionUID = 48_574_878_176_939_512L;
- /**
- * Needs to be implemented as the Validator interface needs to be
- * implemented.
- * <p>
- * @param context FacesContext instance
- * @param component UIComponent instance
- * @param value Value to check
- * <p>
- * @throws ValidatorException
- */
- @Override
- public abstract void validate (final FacesContext context, final UIComponent component, final Object value) throws ValidatorException;
-
/**
* The method pre-validates the given value. It makes sure that the
* component's id is found in requiredFields and is not null. Once the