This method takes an ArrayList of StringDictionary objects, and combines all of the key/value pairs of all of these dictionaries into a single dictionary.
This method takes an ArrayList of StringDictionary objects, and combines all of the key/value pairs of all of these dictionaries into a single dictionary.
public static XPStringDictionary combineStringDictionaries(IXPEnumerator);
Call this method to add two XPStringDictionary objects.
public static XPStringDictionary combineStringDictionaries(XPStringDictionary,XPStringDictionary);
FactoryHelper Class | com.plumtree.xpshared.htmlconstructs Namespace