|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webrender.ClientConfiguration
public class ClientConfiguration
Application-specific client configuration settings.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_SERVER_ERROR_MESSAGE
Property name constant for the alert message which should be displayed in the event that a server error occurs. |
static java.lang.String |
PROPERTY_SERVER_ERROR_URI
Property name constant for the URI which should be displayed in the event that a server error occurs. |
static java.lang.String |
PROPERTY_SESSION_EXPIRATION_MESSAGE
Property name constant for the alert message which should be displayed in the event the session expires. |
static java.lang.String |
PROPERTY_SESSION_EXPIRATION_URI
Property name constant for the URI which should be displayed in the event the session expires. |
| Constructor Summary | |
|---|---|
ClientConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String name)
Returns the value of the specified property. |
java.lang.String[] |
getPropertyNames()
Returns the names of all set properties. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets a property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_SERVER_ERROR_MESSAGE
public static final java.lang.String PROPERTY_SERVER_ERROR_URI
public static final java.lang.String PROPERTY_SESSION_EXPIRATION_MESSAGE
public static final java.lang.String PROPERTY_SESSION_EXPIRATION_URI
| Constructor Detail |
|---|
public ClientConfiguration()
| Method Detail |
|---|
public java.lang.String getProperty(java.lang.String name)
name - the name of the property
public java.lang.String[] getPropertyNames()
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 | ||||||||