Package org.exoplatform.container.xml
Class InitParams
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Parameter>
Jul 19, 2004
- Version:
- $Id: InitParams.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddParameter(Parameter param) getObjectParam(String name) <T> List<T> getObjectParamValues(Class<T> type) getParameter(String name) getPropertiesParam(String name) getValueParam(String name) getValuesParam(String name) removeParameter(String name) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
InitParams
public InitParams()
-
-
Method Details
-
getValuesParam
-
getValueParam
-
getPropertiesParam
-
getObjectParam
-
getObjectParamValues
-
getParameter
-
addParameter
-
removeParameter
-
addParam
-
getValueParamIterator
-
getValuesParamIterator
-
getPropertiesParamIterator
-
getObjectParamIterator
-