Class PropertiesParam

java.lang.Object
org.exoplatform.container.xml.Parameter
org.exoplatform.container.xml.PropertiesParam

public class PropertiesParam extends Parameter
Jul 19, 2004
  • Constructor Details

    • PropertiesParam

      public PropertiesParam()
  • Method Details

    • getProperties

      public org.exoplatform.commons.utils.ExoProperties getProperties()
    • getProperty

      public String getProperty(String name)
    • setProperty

      public void setProperty(String name, String value)
    • addProperty

      public void addProperty(Object value)
    • getPropertyIterator

      public Iterator<Property> getPropertyIterator()
    • toString

      public String toString()
      Overrides:
      toString in class Object