NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Class ClientConfiguration

java.lang.Object
  extended by nextapp.echo.webcontainer.ClientConfiguration
All Implemented Interfaces:
java.io.Serializable

public class ClientConfiguration
extends java.lang.Object
implements java.io.Serializable

Application-specific client configuration settings.

See Also:
Serialized Form

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

PROPERTY_SERVER_ERROR_MESSAGE

public static final 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.

See Also:
Constant Field Values

PROPERTY_SERVER_ERROR_URI

public static final 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.

See Also:
Constant Field Values

PROPERTY_SESSION_EXPIRATION_MESSAGE

public static final java.lang.String PROPERTY_SESSION_EXPIRATION_MESSAGE
Property name constant for the alert message which should be displayed in the event the session expires.

See Also:
Constant Field Values

PROPERTY_SESSION_EXPIRATION_URI

public static final java.lang.String PROPERTY_SESSION_EXPIRATION_URI
Property name constant for the URI which should be displayed in the event the session expires.

See Also:
Constant Field Values
Constructor Detail

ClientConfiguration

public ClientConfiguration()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Returns the value of the specified property.

Parameters:
name - the name of the property
Returns:
the property value (or null if the property is not set)

getPropertyNames

public java.lang.String[] getPropertyNames()
Returns the names of all set properties.

Returns:
the property names

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
Sets a property.

Parameters:
name - the property name
value - the property value

NextApp Echo3
v3.0.b4