Class WholeBeanValidator
java.lang.Object
org.apache.myfaces.component.validate.WholeBeanValidator
- All Implemented Interfaces:
- Validator,- EventListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetValidationGroups(ValidateWholeBeanComponent component) Get the Bean Validation validation groups.voidsetValidationGroups(ValidateWholeBeanComponent component, String validationGroups) Set the Bean Validation validation groups.voidvalidate(FacesContext context, UIComponent component, Object value) 
- 
Constructor Details- 
WholeBeanValidatorpublic WholeBeanValidator()
 
- 
- 
Method Details- 
validatepublic void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException - Specified by:
- validatein interface- Validator
- Throws:
- ValidatorException
 
- 
getValidationGroupsGet the Bean Validation validation groups.- Returns:
- The validation groups String.
 
- 
setValidationGroupsSet the Bean Validation validation groups.- Parameters:
- validationGroups- The validation groups String, separated by- BeanValidator.VALIDATION_GROUPS_DELIMITER.
 
 
-