Package org.hippoecm.frontend.validation
Class ValidatorUtils
- java.lang.Object
-
- org.hippoecm.frontend.validation.ValidatorUtils
-
public class ValidatorUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPTIONAL_VALIDATOR
static String
REQUIRED_VALIDATOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FeedbackScope
getFeedbackScope(String scope)
static boolean
hasRequiredValidator(Set<String> validators)
-
-
-
Field Detail
-
OPTIONAL_VALIDATOR
public static final String OPTIONAL_VALIDATOR
- See Also:
- Constant Field Values
-
REQUIRED_VALIDATOR
public static final String REQUIRED_VALIDATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeedbackScope
public static FeedbackScope getFeedbackScope(String scope)
-
-