|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The server configuration.
Field Summary | |
static java.lang.String |
DOMAIN_KEY
|
Method Summary | |
java.lang.String |
getDomain()
Return the domain of the portal server. |
java.lang.String |
getProperty(java.lang.String name)
Return a property of the server configuration. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property when the value is not null or remove it when it is null. |
Field Detail |
public static final java.lang.String DOMAIN_KEY
Method Detail |
public java.lang.String getDomain()
public java.lang.String getProperty(java.lang.String name)
name
- the property name
public void setProperty(java.lang.String name, java.lang.String value)
name
- the property namevalue
- the property value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |