org.richfaces.view.facelets.html
Class SetupValidatorsParameter
java.lang.Object
org.richfaces.view.facelets.html.SetupValidatorsParameter
- All Implemented Interfaces:
- Serializable
public class SetupValidatorsParameter
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupValidatorsParameter
public SetupValidatorsParameter(AbstractGraphValidator graphValidator,
Class<? extends javax.faces.validator.Validator> defaultValidatorClass,
Class<?>[] groups)
getValidator
public javax.faces.validator.Validator getValidator()
getDefaultValidatorClass
public Class<? extends javax.faces.validator.Validator> getDefaultValidatorClass()
getGroups
public Class<?>[] getGroups()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.