Class AttributeNameSynchronizer

java.lang.Object
org.eclnt.jsfserver.elements.AttributeNameSynchronizer

public class AttributeNameSynchronizer extends Object
FOr each attribute name only ONE instance should be used.
  • Constructor Details

    • AttributeNameSynchronizer

      public AttributeNameSynchronizer()
  • Method Details

    • uniqueAttributeName

      public static String uniqueAttributeName(String name)
    • uniqueAttributeNameList

      public static List<String> uniqueAttributeNameList(List<String> names)
    • uniqueAttributeNameSet

      public static Set<String> uniqueAttributeNameSet(Set<String> names)