public class ValidatorUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NON_EMPTY_VALIDATOR
Deprecated.
not used by the system anymore, will be removed in a future version.
|
static String |
OPTIONAL_VALIDATOR |
static String |
REQUIRED_VALIDATOR |
static Set<String> |
REQUIRED_VALIDATORS
Deprecated.
|
static String |
RESOURCE_REQUIRED_VALIDATOR
Deprecated.
not used by the system anymore, will be removed in a future version.
|
Modifier and Type | Method and Description |
---|---|
static FeedbackScope |
getFeedbackScope(String scope) |
static ValidationScope |
getValidationScope(String scope)
Deprecated.
Use
instead |
static boolean |
hasRequiredValidator(Set<String> validators) |
@Deprecated public static final String NON_EMPTY_VALIDATOR
public static final String OPTIONAL_VALIDATOR
public static final String REQUIRED_VALIDATOR
@Deprecated public static final String RESOURCE_REQUIRED_VALIDATOR
@Deprecated public static final Set<String> REQUIRED_VALIDATORS
hasRequiredValidator(Set)
.@Deprecated public static ValidationScope getValidationScope(String scope)
instead
public static FeedbackScope getFeedbackScope(String scope)
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.