com.ca.jcs.validator.attr
Class RegexAttributeValidator

java.lang.Object
  extended by com.ca.jcs.validator.attr.AttributeValueValidator
      extended by com.ca.jcs.validator.attr.RegexAttributeValidator
All Implemented Interfaces:
AttributeValidator

public class RegexAttributeValidator
extends AttributeValueValidator

Validate single or multiple values stored for an attribute match a specified regular expression.


Constructor Summary
RegexAttributeValidator(String regex, String regexDescr)
           
RegexAttributeValidator(String style, String regex, String regexDescr)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.validator.attr.AttributeValueValidator
getValidator, setValidator, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexAttributeValidator

public RegexAttributeValidator(String regex,
                               String regexDescr)

RegexAttributeValidator

public RegexAttributeValidator(String style,
                               String regex,
                               String regexDescr)


Created 2011-07-14 13:27 EST