Package org.exoplatform.container.xml
Class PropertiesParam
- java.lang.Object
-
- org.exoplatform.container.xml.Parameter
-
- org.exoplatform.container.xml.PropertiesParam
-
public class PropertiesParam extends Parameter
Jul 19, 2004
-
-
Constructor Summary
Constructors Constructor Description PropertiesParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(Object value)org.exoplatform.commons.utils.ExoPropertiesgetProperties()StringgetProperty(String name)Iterator<Property>getPropertyIterator()voidsetProperty(String name, String value)StringtoString()-
Methods inherited from class org.exoplatform.container.xml.Parameter
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
getProperties
public org.exoplatform.commons.utils.ExoProperties getProperties()
-
addProperty
public void addProperty(Object value)
-
-