com.ca.jcs.converter.attr
Class MultiValueFlattenerFactory
java.lang.Object
com.ca.jcs.converter.attr.MultiValueFlattenerFactory
- All Implemented Interfaces:
- AttributeConverter
public abstract class MultiValueFlattenerFactory
- extends Object
- implements AttributeConverter
Factory class allowing access to all defined MultiValueFlatteners.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueFlattenerFactory
public MultiValueFlattenerFactory()
getFlatteners
protected static Map<String,MultiValueFlattener> getFlatteners()
- Protected so that other flatteners can be registered if desired.
getFlattener
public static MultiValueFlattener getFlattener(String style)
flatten
public static String flatten(Attribute attr,
String style)
Created 2011-07-14 13:27 EST