com.ca.jcs.converter.attr
Class RegexAttributeConverter
java.lang.Object
com.ca.jcs.converter.attr.AttributeValueConverter
com.ca.jcs.converter.attr.RegexAttributeConverter
- All Implemented Interfaces:
- AttributeConverter
public class RegexAttributeConverter
- extends AttributeValueConverter
Calls RegexConverter on each value of a supplied attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexAttributeConverter
public RegexAttributeConverter(String style,
String regex)
Created 2011-07-14 13:27 EST