com.sapportals.portal.prt.component
Interface IPortalComponentConfig


public interface IPortalComponentConfig

The conponent configuration


Method Summary
 java.util.Enumeration getProperties()
          Gets an enumeration of property names
 java.lang.String getProperty(java.lang.String propertyName)
          Gets the value of the specified property
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String propertyName)
Gets the value of the specified property
Returns:
the value as a String or null

getProperties

public java.util.Enumeration getProperties()
Gets an enumeration of property names