| java.lang.Object com.sun.portal.community.mc.impl.CMCProperties
CMCProperties | abstract public class CMCProperties (Code) | | Utility class that wraps a Java Properties object and provides
community MC related convenience methods.
|
Field Summary | |
final public static String | CONTRIBUTOR_KEY Property key for the community MC contributor types. |
CONTRIBUTOR_KEY | final public static String CONTRIBUTOR_KEY(Code) | | Property key for the community MC contributor types.
|
getContributorNames | public static Iterator getContributorNames()(Code) | | Get the contributor types.
|
getNodeClass | public static Class getNodeClass(String type)(Code) | | Get the Java class name that implements the CMCNode
interface, for the given type.
|
getNodeManagerClass | public static Class getNodeManagerClass(String type)(Code) | | Get the Java class name that implements the CMCNodeManager
interface, for the given type.
|
getProperties | public static Properties getProperties()(Code) | | Get the original Java Properties object.
|
getTypeProperty | public static String getTypeProperty(String type, String key)(Code) | | Get the type-specific property value for the given type
and key.
|
getUserClass | public static Class getUserClass(String type)(Code) | | Get the Java class name that implements the CMCUser
interface, for the given type.
|
|
|