|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerConfig
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 |
|---|
static final java.lang.String DOMAIN_KEY
| Method Detail |
|---|
java.lang.String getDomain()
java.lang.String getProperty(java.lang.String name)
name - the property name
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 | ||||||||