|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.ClientProperties
A repository of information gathered from a user's client browser. This object contains such information as the width and height of the user's screen and his/her browser make and version.
Field Summary | |
static java.lang.String |
ACCEPT
The property name referencing the client's accepted response content types. |
static java.lang.String |
ACCEPT_CHARSET
The property name referencing the client's accepted character sets. |
static java.lang.String |
ACCEPT_ENCODING
The property name referencing the client's accepted character encodings. |
static java.lang.String |
ACCEPT_LANGUAGE
The property name referencing the client's accepted languages. |
static java.lang.String |
APP_NAME
The property name referencing the browser's application name. |
static java.lang.String |
APP_VERSION
The property name referencing the browser's version string. |
static java.lang.String |
BACK_BUTTON_DISABLE_SUPPORT
The property name referencing whether the browser will allow the back button to be effectively disabled by placing a history.go(1) method call in the controller frame. |
static java.lang.String |
CHROME_HEIGHT
The property name referencing the browser's "chrome height". |
static java.lang.String |
CHROME_WIDTH
The property name referencing the browser's "chrome width". |
static java.lang.String |
COLOR_DEPTH
The property name referencing the client machine's video color depth. |
static java.lang.String |
CSS_MODIFICATION_SUPPORT
The property name referencing a boolean indicator as to whether the browser supports dynamic modification of CSS styles. |
static java.lang.String |
CSS_TABLE_CELL_ALIGNMENT_SUPPORT
The property name referencing a boolean indicator as to whether the browser properly supports setting alignment properties on tables cells. |
static java.lang.String |
EXCEPTION_SUPPORT
The property name referencing a boolean indicator as to whether the browser supports exception handling through try/catch blocks. |
static java.lang.String |
FALSE
A property value representing boolean false. |
static java.lang.String |
HOST
The property name referencing the hostname the client is contacting. |
static java.lang.String |
INITIAL_WINDOW_HAS_MENU_BAR
The property name referencing whether the initial browser window had a menu bar. |
static java.lang.String |
INITIAL_WINDOW_HAS_STATUS_BAR
The property name referencing whether the initial browser window had a status bar. |
static java.lang.String |
INITIAL_WINDOW_HAS_TOOL_BAR
The property name referencing whether the initial browser window had a tool bar. |
static java.lang.String |
INITIAL_WINDOW_HEIGHT
The property name referencing the height of the initial browser window. |
static java.lang.String |
INITIAL_WINDOW_WIDTH
The property name referencing the width of the initial browser window. |
static java.lang.String |
JS_VERSION
The property name referencing the browser's highest supported JavaScript version. |
static java.lang.String |
REFERRER
The property name referencing the URI that referred the client browser to the Echo application. |
static java.lang.String |
REMOTE_ADDR
The property name referencing the client machine's IP Address |
static java.lang.String |
REMOTE_HOST
The property name referencing the client machine's fully qualified host name. |
static java.lang.String |
SCREEN_HEIGHT
The property name referencing the client machine's vertical screen resolution. |
static java.lang.String |
SCREEN_WIDTH
The property name referencing the client machine's horizontal screen resolution. |
static java.lang.String |
TIME_ZONE_OFFSET
The property name referencing the client machine's time zone offset. |
static java.lang.String |
TRUE
A property value representing boolean true. |
static java.lang.String |
USER_AGENT
The property name referencing the client machine's user agent. |
Method Summary | |
java.lang.String |
get(java.lang.String name)
Returns the specified client property. |
boolean |
getBoolean(java.lang.String name)
Returns the specified client property as a boolean value. |
java.lang.String |
toString()
Outputs all data held in this ClientProperties object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ACCEPT
public static final java.lang.String ACCEPT_CHARSET
public static final java.lang.String ACCEPT_ENCODING
public static final java.lang.String ACCEPT_LANGUAGE
public static final java.lang.String APP_NAME
public static final java.lang.String APP_VERSION
public static final java.lang.String BACK_BUTTON_DISABLE_SUPPORT
public static final java.lang.String CHROME_HEIGHT
public static final java.lang.String CHROME_WIDTH
public static final java.lang.String COLOR_DEPTH
public static final java.lang.String CSS_MODIFICATION_SUPPORT
public static final java.lang.String CSS_TABLE_CELL_ALIGNMENT_SUPPORT
public static final java.lang.String EXCEPTION_SUPPORT
public static final java.lang.String HOST
public static final java.lang.String INITIAL_WINDOW_HEIGHT
public static final java.lang.String INITIAL_WINDOW_WIDTH
public static final java.lang.String INITIAL_WINDOW_HAS_MENU_BAR
public static final java.lang.String INITIAL_WINDOW_HAS_STATUS_BAR
public static final java.lang.String INITIAL_WINDOW_HAS_TOOL_BAR
public static final java.lang.String JS_VERSION
public static final java.lang.String REFERRER
public static final java.lang.String REMOTE_ADDR
public static final java.lang.String REMOTE_HOST
public static final java.lang.String SCREEN_HEIGHT
public static final java.lang.String SCREEN_WIDTH
public static final java.lang.String TIME_ZONE_OFFSET
public static final java.lang.String USER_AGENT
public static final java.lang.String TRUE
public static final java.lang.String FALSE
Method Detail |
public java.lang.String get(java.lang.String name)
name
- The name of the property. Use the constants provided in
this class.
public boolean getBoolean(java.lang.String name)
name
- The name of the property. Use the constants provided in
this class.
public java.lang.String toString()
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |