Nitido Inc.

com.nitido.nimbox.http.enhanced
Interface EnhancedDispatcherConstants

All Known Implementing Classes:
DeviceHandler, EnhancedDispatcher, LocaleHandler, RulesHandler

public interface EnhancedDispatcherConstants

This interface contains the constants used by rules.


Field Summary
static java.lang.String ACCEPT
          Mapping for "Accept" value for "httpheader" element of the rules xml file
static java.lang.String ALLOF
          Mapping for "allof" value for "condition" element of the rules file
static java.lang.String ANYOF
          Mapping for "anyof" value for "condition" element of the rules file
static java.lang.String CONF_KEY_DEFAULT_LOCALE
          The key used to store/retrieve, from the configuration service, default locale
static java.lang.String CONF_KEY_DEFAULT_SKIN_TYPE
          The key used to store/retrieve, from the configuration service, default skin type.
static java.lang.String CONF_KEY_LOCALE_KEYS
          The key used to store/retrieve, from the configuration service, comma-separated list of user space keys for locale
static java.lang.String CONF_KEY_RULES_LOCATION
          The key used to store/retrieve, from the configuration service, rules file URL.
static java.lang.String CONF_KEY_SKIN_PATH_LAYOUT
          The key used to store/retrieve, from the configuration service, path layout.
static java.lang.String CONF_KEY_WEB_PATCH_WURFL_URL
          The key used to store/retrieve, from the configuration service, web wurfl URL patch
static java.lang.String CONF_KEY_WURFL_URL
          The key used to store/retrieve, from the configuration service, wurfl URL
static java.lang.String CONTAINS
          Mapping for "contains" value for "relation" element of the rules xml file
static java.lang.String DEFAULT_SKIN_TYPE
          Defines default markup language for skin
static java.lang.String DOM_NODE_PROP
          The key for DOM node currently being visited
static java.lang.String EXTERNAL_NONAMESPACE_SCHEMA_LOCATION_PROP
          The key for external no name space location property.
static java.lang.String GENERIC_DEVICE_ID
          Mapping for "generic" device id of wurfl file
static java.lang.String HTML_VER_3_2
          Constant for HTML version 3.2
static java.lang.String HTML_VER_4_0
          Constant for HTML version 4.0
static java.lang.String IF
          Mapping to tag "if" of the rules xml file
static java.lang.String IF_CONDITIONAL
          Mapping to tag "ifconditional" of the rules xml file
static java.lang.String IHTML_VER_1_0
          Constant for DoCoMo's iHTML version 1.0
static java.lang.String IHTML_VER_2_0
          Constant for DoCoMo's iHTML version 2.0
static java.lang.String IHTML_VER_3_0
          Constant for DoCoMo's iHTML version 3.0
static java.lang.String IHTML_VER_4_0
          Constant for DoCoMo's iHTML version 4.0
static java.lang.String IHTML_VER_5_0
          Constant for DoCoMo's iHTML version 5.0
static java.lang.String IS
          Mapping for "is" value for "relation" element of the rules xml file
static java.lang.String IXHTML_VER_1_0
          Constant for DoCoMo's xHTML version 1.0
static java.lang.String KEY_CLIENT_PROFILE
           
static java.lang.String KEY_LOCALE
           
static java.lang.String LOCALE_EN
          Defines the default locale.
static java.lang.String MARKUP_TYPE
          Mapping for "markup" value for "type" element of the rules xml file
static java.lang.String MARKUP_VERSION_TYPE
          Mapping for "markup" value for "type" element of the rules xml file
static java.lang.String NAMESPACE_PREFIXES_FEATURE
          The key for name space prefixes feature.
static java.lang.String SCHEMA_FULL_CHECKING_FEATURE
          The key for Schema full checking validation.
static java.lang.String SCHEMA_VALIDATION_FEATURE
          The key for XML Schema validation.
static java.lang.String STARTS_WITH
          Mapping for "startswith" value for "relation" element of the rules xml file
static java.lang.String TAG_CONDITION
          Mapping to tag "condition" of the rules xml file
static java.lang.String TAG_EXPRESSION
          Mapping to tag "expression" of the rules xml file
static java.lang.String TAG_HTTP_HEADER
          Mapping to tag "httpheader" of the rules xml file
static java.lang.String TAG_MATCH_HOLDER
          Mapping to tag "matchholder" of the rules xml file
static java.lang.String TAG_RELATION
          Mapping to tag "relation" of the rules xml file
static java.lang.String TAG_RESULT
          Mapping to tag "result" of the rules xml file
static java.lang.String TAG_RESULT_TYPE
          Mapping to tag "type" of the rules xml file
static java.lang.String TAG_RESULT_VALUE
          Mapping to tag "value" of the rules xml file
static java.lang.String TAG_RULE
          Mapping to tag "rule" of the rules xml file
static java.lang.String USER_AGENT
          Mapping for "User-Agent" value for "httpheader" element of the rules xml file
static java.lang.String VALIDATION_FEATURE
          The key for validation feature.
static java.lang.String WML_VER_1_1
          Constant for wml version 1.1
static java.lang.String WML_VER_1_2
          Constant for wml version 1.2
static java.lang.String WML_VER_1_3
          Constant for wml version 1.3
static java.lang.String WURFL_KEY_COLUMNS
          Constant key for "columns" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_DECK_SIZE
          Constant key for "max_deck_size" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_IMAGE_HEIGHT
          Constant key for "max_image_height" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_IMAGE_WIDTH
          Constant key for "max_image_width" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_OBJECT_SIZE
          Constant key for "max_object_size" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_URL_LENGTH_CACHED_PAGE
          Constant key for "max_url_length_cached_page" capability of the wurfl file.
static java.lang.String WURFL_KEY_MAX_URL_LENGTH_IN_REQUEST
          Constant key for "max_url_length_in_request" capability of the wurfl file.
static java.lang.String WURFL_KEY_PREFERRED_MARKUP
          Constant key for "preferred_markup" capability of the wurfl file.
static java.lang.String WURFL_KEY_RESOLUTION_HEIGHT
          Constant key for "resolution_height" capability of the wurfl file.
static java.lang.String WURFL_KEY_RESOLUTION_WIDTH
          Constant key for "resolution_width" capability of the wurfl file.
static java.lang.String WURFL_KEY_ROWS
          Constant key for "rows" capability of the wurfl file.
static java.lang.String XHTML_VER_BASIC
          Constant for XHTML version basic
static java.lang.String XHTML_VER_MP_1_0
          Constant for XHTML version MP 1.0
 

Field Detail

CONF_KEY_LOCALE_KEYS

static final java.lang.String CONF_KEY_LOCALE_KEYS
The key used to store/retrieve, from the configuration service, comma-separated list of user space keys for locale

See Also:
Constant Field Values

CONF_KEY_DEFAULT_LOCALE

static final java.lang.String CONF_KEY_DEFAULT_LOCALE
The key used to store/retrieve, from the configuration service, default locale

See Also:
Constant Field Values

CONF_KEY_WURFL_URL

static final java.lang.String CONF_KEY_WURFL_URL
The key used to store/retrieve, from the configuration service, wurfl URL

See Also:
Constant Field Values

CONF_KEY_WEB_PATCH_WURFL_URL

static final java.lang.String CONF_KEY_WEB_PATCH_WURFL_URL
The key used to store/retrieve, from the configuration service, web wurfl URL patch

See Also:
Constant Field Values

CONF_KEY_DEFAULT_SKIN_TYPE

static final java.lang.String CONF_KEY_DEFAULT_SKIN_TYPE
The key used to store/retrieve, from the configuration service, default skin type.

See Also:
Constant Field Values

CONF_KEY_RULES_LOCATION

static final java.lang.String CONF_KEY_RULES_LOCATION
The key used to store/retrieve, from the configuration service, rules file URL.

See Also:
Constant Field Values

CONF_KEY_SKIN_PATH_LAYOUT

static final java.lang.String CONF_KEY_SKIN_PATH_LAYOUT
The key used to store/retrieve, from the configuration service, path layout.

See Also:
Constant Field Values

LOCALE_EN

static final java.lang.String LOCALE_EN
Defines the default locale.

See Also:
Constant Field Values

TAG_RULE

static final java.lang.String TAG_RULE
Mapping to tag "rule" of the rules xml file

See Also:
Constant Field Values

TAG_EXPRESSION

static final java.lang.String TAG_EXPRESSION
Mapping to tag "expression" of the rules xml file

See Also:
Constant Field Values

TAG_CONDITION

static final java.lang.String TAG_CONDITION
Mapping to tag "condition" of the rules xml file

See Also:
Constant Field Values

TAG_RESULT

static final java.lang.String TAG_RESULT
Mapping to tag "result" of the rules xml file

See Also:
Constant Field Values

TAG_HTTP_HEADER

static final java.lang.String TAG_HTTP_HEADER
Mapping to tag "httpheader" of the rules xml file

See Also:
Constant Field Values

TAG_RELATION

static final java.lang.String TAG_RELATION
Mapping to tag "relation" of the rules xml file

See Also:
Constant Field Values

TAG_MATCH_HOLDER

static final java.lang.String TAG_MATCH_HOLDER
Mapping to tag "matchholder" of the rules xml file

See Also:
Constant Field Values

TAG_RESULT_TYPE

static final java.lang.String TAG_RESULT_TYPE
Mapping to tag "type" of the rules xml file

See Also:
Constant Field Values

TAG_RESULT_VALUE

static final java.lang.String TAG_RESULT_VALUE
Mapping to tag "value" of the rules xml file

See Also:
Constant Field Values

IF

static final java.lang.String IF
Mapping to tag "if" of the rules xml file

See Also:
Constant Field Values

IF_CONDITIONAL

static final java.lang.String IF_CONDITIONAL
Mapping to tag "ifconditional" of the rules xml file

See Also:
Constant Field Values

ANYOF

static final java.lang.String ANYOF
Mapping for "anyof" value for "condition" element of the rules file

See Also:
Constant Field Values

ALLOF

static final java.lang.String ALLOF
Mapping for "allof" value for "condition" element of the rules file

See Also:
Constant Field Values

USER_AGENT

static final java.lang.String USER_AGENT
Mapping for "User-Agent" value for "httpheader" element of the rules xml file

See Also:
Constant Field Values

ACCEPT

static final java.lang.String ACCEPT
Mapping for "Accept" value for "httpheader" element of the rules xml file

See Also:
Constant Field Values

IS

static final java.lang.String IS
Mapping for "is" value for "relation" element of the rules xml file

See Also:
Constant Field Values

CONTAINS

static final java.lang.String CONTAINS
Mapping for "contains" value for "relation" element of the rules xml file

See Also:
Constant Field Values

STARTS_WITH

static final java.lang.String STARTS_WITH
Mapping for "startswith" value for "relation" element of the rules xml file

See Also:
Constant Field Values

MARKUP_TYPE

static final java.lang.String MARKUP_TYPE
Mapping for "markup" value for "type" element of the rules xml file

See Also:
Constant Field Values

MARKUP_VERSION_TYPE

static final java.lang.String MARKUP_VERSION_TYPE
Mapping for "markup" value for "type" element of the rules xml file

See Also:
Constant Field Values

DOM_NODE_PROP

static final java.lang.String DOM_NODE_PROP
The key for DOM node currently being visited

See Also:
Constant Field Values

VALIDATION_FEATURE

static final java.lang.String VALIDATION_FEATURE
The key for validation feature. Validate the document if set to true.

See Also:
Constant Field Values

SCHEMA_VALIDATION_FEATURE

static final java.lang.String SCHEMA_VALIDATION_FEATURE
The key for XML Schema validation. Turn on XML Schema support if set to true.

See Also:
Constant Field Values

SCHEMA_FULL_CHECKING_FEATURE

static final java.lang.String SCHEMA_FULL_CHECKING_FEATURE
The key for Schema full checking validation. Enable full schema constraint checking if set to true

See Also:
Constant Field Values

EXTERNAL_NONAMESPACE_SCHEMA_LOCATION_PROP

static final java.lang.String EXTERNAL_NONAMESPACE_SCHEMA_LOCATION_PROP
The key for external no name space location property. This property allows the user to specify an XML Schema with no namespace.

See Also:
Constant Field Values

NAMESPACE_PREFIXES_FEATURE

static final java.lang.String NAMESPACE_PREFIXES_FEATURE
The key for name space prefixes feature. Report the original prefixed names and attributes used for Namespace declarations if set to true.

See Also:
Constant Field Values

GENERIC_DEVICE_ID

static final java.lang.String GENERIC_DEVICE_ID
Mapping for "generic" device id of wurfl file

See Also:
Constant Field Values

WURFL_KEY_PREFERRED_MARKUP

static final java.lang.String WURFL_KEY_PREFERRED_MARKUP
Constant key for "preferred_markup" capability of the wurfl file. It is used to get preferred markup for a specific device from wurfl file

See Also:
Constant Field Values

WURFL_KEY_RESOLUTION_WIDTH

static final java.lang.String WURFL_KEY_RESOLUTION_WIDTH
Constant key for "resolution_width" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_RESOLUTION_HEIGHT

static final java.lang.String WURFL_KEY_RESOLUTION_HEIGHT
Constant key for "resolution_height" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_IMAGE_WIDTH

static final java.lang.String WURFL_KEY_MAX_IMAGE_WIDTH
Constant key for "max_image_width" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_IMAGE_HEIGHT

static final java.lang.String WURFL_KEY_MAX_IMAGE_HEIGHT
Constant key for "max_image_height" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_ROWS

static final java.lang.String WURFL_KEY_ROWS
Constant key for "rows" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_COLUMNS

static final java.lang.String WURFL_KEY_COLUMNS
Constant key for "columns" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_DECK_SIZE

static final java.lang.String WURFL_KEY_MAX_DECK_SIZE
Constant key for "max_deck_size" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_OBJECT_SIZE

static final java.lang.String WURFL_KEY_MAX_OBJECT_SIZE
Constant key for "max_object_size" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_URL_LENGTH_IN_REQUEST

static final java.lang.String WURFL_KEY_MAX_URL_LENGTH_IN_REQUEST
Constant key for "max_url_length_in_request" capability of the wurfl file.

See Also:
Constant Field Values

WURFL_KEY_MAX_URL_LENGTH_CACHED_PAGE

static final java.lang.String WURFL_KEY_MAX_URL_LENGTH_CACHED_PAGE
Constant key for "max_url_length_cached_page" capability of the wurfl file.

See Also:
Constant Field Values

DEFAULT_SKIN_TYPE

static final java.lang.String DEFAULT_SKIN_TYPE
Defines default markup language for skin

See Also:
Constant Field Values

WML_VER_1_1

static final java.lang.String WML_VER_1_1
Constant for wml version 1.1

See Also:
Constant Field Values

WML_VER_1_2

static final java.lang.String WML_VER_1_2
Constant for wml version 1.2

See Also:
Constant Field Values

WML_VER_1_3

static final java.lang.String WML_VER_1_3
Constant for wml version 1.3

See Also:
Constant Field Values

XHTML_VER_BASIC

static final java.lang.String XHTML_VER_BASIC
Constant for XHTML version basic

See Also:
Constant Field Values

XHTML_VER_MP_1_0

static final java.lang.String XHTML_VER_MP_1_0
Constant for XHTML version MP 1.0

See Also:
Constant Field Values

IHTML_VER_1_0

static final java.lang.String IHTML_VER_1_0
Constant for DoCoMo's iHTML version 1.0

See Also:
Constant Field Values

IHTML_VER_2_0

static final java.lang.String IHTML_VER_2_0
Constant for DoCoMo's iHTML version 2.0

See Also:
Constant Field Values

IHTML_VER_3_0

static final java.lang.String IHTML_VER_3_0
Constant for DoCoMo's iHTML version 3.0

See Also:
Constant Field Values

IHTML_VER_4_0

static final java.lang.String IHTML_VER_4_0
Constant for DoCoMo's iHTML version 4.0

See Also:
Constant Field Values

IHTML_VER_5_0

static final java.lang.String IHTML_VER_5_0
Constant for DoCoMo's iHTML version 5.0

See Also:
Constant Field Values

IXHTML_VER_1_0

static final java.lang.String IXHTML_VER_1_0
Constant for DoCoMo's xHTML version 1.0

See Also:
Constant Field Values

HTML_VER_3_2

static final java.lang.String HTML_VER_3_2
Constant for HTML version 3.2

See Also:
Constant Field Values

HTML_VER_4_0

static final java.lang.String HTML_VER_4_0
Constant for HTML version 4.0

See Also:
Constant Field Values

KEY_LOCALE

static final java.lang.String KEY_LOCALE
See Also:
Constant Field Values

KEY_CLIENT_PROFILE

static final java.lang.String KEY_CLIENT_PROFILE
See Also:
Constant Field Values

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.