Class WholeBeanValidator
- java.lang.Object
- 
- org.apache.myfaces.component.validate.WholeBeanValidator
 
- 
- All Implemented Interfaces:
- Validator,- EventListener
 
 public class WholeBeanValidator extends Object implements Validator 
- 
- 
Constructor SummaryConstructors Constructor Description WholeBeanValidator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValidationGroups(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)
 
- 
- 
- 
Method Detail- 
validatepublic void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException - Specified by:
- validatein interface- Validator
- Throws:
- ValidatorException
 
 - 
getValidationGroups@JSFProperty public String getValidationGroups(ValidateWholeBeanComponent component) Get the Bean Validation validation groups.- Returns:
- The validation groups String.
 
 - 
setValidationGroupspublic void setValidationGroups(ValidateWholeBeanComponent component, String validationGroups) Set the Bean Validation validation groups.- Parameters:
- validationGroups- The validation groups String, separated by- BeanValidator.VALIDATION_GROUPS_DELIMITER.
 
 
- 
 
-