|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.ClientConfiguration
public class ClientConfiguration
Application-specific client configuration settings.
| Field Summary | |
|---|---|
static java.lang.String |
NETWORK_ERROR_MESSAGE
Property name constant for the alert message which should be displayed when a network error occurs. |
static java.lang.String |
RESYNC_MESSAGE
Property name constant for message to display when client must be resynchronized. |
static java.lang.String |
SESSION_EXPIRATION_MESSAGE
Property name constant for the alert message which should be displayed in the event the session expires. |
static java.lang.String |
SESSION_EXPIRATION_RESTART
Property name constant for boolean flag indicating whether application should automatically be restarted in the event session expires. |
static java.lang.String |
SESSION_EXPIRATION_URI
Property name constant for the URI which should be displayed in the event the session expires. |
static java.lang.String |
STOP_ERROR_MESSAGE
Property name constant for the alert message which should be displayed in the event that a stop error occurs. |
static java.lang.String |
STOP_ERROR_URI
Property name constant for the URI which should be displayed in the event that a stop error occurs. |
static java.lang.String |
WAIT_INDICATOR_BACKGROUND
Property name constant for wait indicator background. |
static java.lang.String |
WAIT_INDICATOR_FOREGROUND
Property name constant for wait indicator foreground. |
static java.lang.String |
WAIT_INDICATOR_TEXT
Property name constant for wait indicator text. |
| Constructor Summary | |
|---|---|
ClientConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
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.Object 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 STOP_ERROR_MESSAGE
public static final java.lang.String STOP_ERROR_URI
public static final java.lang.String SESSION_EXPIRATION_RESTART
public static final java.lang.String NETWORK_ERROR_MESSAGE
public static final java.lang.String SESSION_EXPIRATION_MESSAGE
public static final java.lang.String SESSION_EXPIRATION_URI
public static final java.lang.String RESYNC_MESSAGE
public static final java.lang.String WAIT_INDICATOR_TEXT
public static final java.lang.String WAIT_INDICATOR_FOREGROUND
Color value.
public static final java.lang.String WAIT_INDICATOR_BACKGROUND
Color value.
| Constructor Detail |
|---|
public ClientConfiguration()
| Method Detail |
|---|
public java.lang.Object 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.Object value)
name - the property namevalue - the property value
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||