|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.communities.CommunitiesConfigProperties
public class CommunitiesConfigProperties
Represents a set of properties which have been configured via communities-config.xml. Each such set is associated with a name, and contains a set of values each of which are keyed on a string name. <p/>The overview of community functionality contains a description of the community framework.
| Field Summary | |
|---|---|
protected String |
name |
protected Map<String,String> |
properties |
| Constructor Summary | |
|---|---|
protected |
CommunitiesConfigProperties(String name) |
| Method Summary | |
|---|---|
static Set<String> |
getAllPropertiesNames()Gets a Set of Strings which are the names of each property-map section defined withing properties-config in communities-config.xml |
Set<String> |
getAllPropertyNames()Get a Set of the names for all of the properties in this instance of CommunitiesConfigProperties |
String |
getName()Gets the name of this set of properties, as defined in communities-config.xml |
static CommunitiesConfigProperties |
getProperties(String name)Get a named set of properties from communities-config.xml |
String |
getProperty(String name)Gets a named property from this set of properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Map<String,String> properties
| Constructor Detail |
|---|
protected CommunitiesConfigProperties(String name)
| Method Detail |
|---|
public static CommunitiesConfigProperties getProperties(String name)
name - of the properties to getpublic static Set<String> getAllPropertiesNames()
public String getName()
public Set<String> getAllPropertyNames()
Set of the names for all of the properties in this instance of CommunitiesConfigPropertiesSet of all of the property names for this configpublic String getProperty(String name)
name - the name of the property to get
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.