Nitido Inc.

com.nitido.nim
Interface BrandServiceConstants


public interface BrandServiceConstants

Declares the Constants used by the brand service. Most of these constants comes from the webmail implementation. If you plan to use the BrandService with different brand schema, these constants may not be useful to you.


Field Summary
static java.lang.String CONF_KEY_DEFAULT_APPS_PREFIX
          Prefix for the configuration key for the default application IDs.
static java.lang.String CONF_KEY_LANG_PREFIX
          Prefix for the configuration key for the default language.
static java.lang.String PROP_KEY_APP_BASE_URI
          Application base URI
static java.lang.String PROP_KEY_BASE_BRANDING_URI
          The base URI of the branding resources.
static java.lang.String PROP_KEY_BRAND_VERSION
          Brand Version
static java.lang.String PROP_KEY_CANVAS_CSS_URI
          The URI of the CSS file (for example: webmail.css)
static java.lang.String PROP_KEY_CANVAS_URI
          The URI of the canvas.
static java.lang.String PROP_KEY_DESCRIPTION
          The description for this brand.
static java.lang.String PROP_KEY_PASSWORD_CHANGE
          Does this brand allow users to change passwords.
static java.lang.String SYSTEM_DEFAULT_BRAND_DESCRIPTION
          The description for the system default brand.
static java.lang.String SYSTEM_DEFAULT_BRAND_ID
          The brand ID for the system default brand.
static java.lang.String SYSTEM_DEFAULT_DOMAIN_ID
          The domain ID for the system default domain.
static java.lang.String US_KEY_ACTIVE_BRAND_ID
          User Space key for the attribute "activeBrandID".
static java.lang.String US_KEY_APP_LIST
          User space key for user's application list.
static java.lang.String US_KEY_LOCALE
          User space key for locale
 

Field Detail

PROP_KEY_DESCRIPTION

static final java.lang.String PROP_KEY_DESCRIPTION
The description for this brand.

See Also:
Constant Field Values

PROP_KEY_CANVAS_URI

static final java.lang.String PROP_KEY_CANVAS_URI
The URI of the canvas. (for example: webmail.jsp)

See Also:
Constant Field Values

PROP_KEY_CANVAS_CSS_URI

static final java.lang.String PROP_KEY_CANVAS_CSS_URI
The URI of the CSS file (for example: webmail.css)

See Also:
Constant Field Values

PROP_KEY_BASE_BRANDING_URI

static final java.lang.String PROP_KEY_BASE_BRANDING_URI
The base URI of the branding resources.

See Also:
Constant Field Values

PROP_KEY_PASSWORD_CHANGE

static final java.lang.String PROP_KEY_PASSWORD_CHANGE
Does this brand allow users to change passwords.

See Also:
Constant Field Values

PROP_KEY_APP_BASE_URI

static final java.lang.String PROP_KEY_APP_BASE_URI
Application base URI

See Also:
Constant Field Values

PROP_KEY_BRAND_VERSION

static final java.lang.String PROP_KEY_BRAND_VERSION
Brand Version

See Also:
Constant Field Values

US_KEY_ACTIVE_BRAND_ID

static final java.lang.String US_KEY_ACTIVE_BRAND_ID
User Space key for the attribute "activeBrandID". This indicates the ID of the brand used by the user.

See Also:
Constant Field Values

US_KEY_LOCALE

static final java.lang.String US_KEY_LOCALE
User space key for locale

See Also:
Constant Field Values

CONF_KEY_LANG_PREFIX

static final java.lang.String CONF_KEY_LANG_PREFIX
Prefix for the configuration key for the default language. The actual string is: "com.nitido.nimx.services.brand.default.language."

See Also:
Constant Field Values

CONF_KEY_DEFAULT_APPS_PREFIX

static final java.lang.String CONF_KEY_DEFAULT_APPS_PREFIX
Prefix for the configuration key for the default application IDs. The actual string is: "com.nitido.nimx.services.brand.default.apps."

See Also:
Constant Field Values

US_KEY_APP_LIST

static final java.lang.String US_KEY_APP_LIST
User space key for user's application list.

See Also:
Constant Field Values

SYSTEM_DEFAULT_BRAND_DESCRIPTION

static final java.lang.String SYSTEM_DEFAULT_BRAND_DESCRIPTION
The description for the system default brand.

See Also:
Constant Field Values

SYSTEM_DEFAULT_BRAND_ID

static final java.lang.String SYSTEM_DEFAULT_BRAND_ID
The brand ID for the system default brand.

See Also:
Constant Field Values

SYSTEM_DEFAULT_DOMAIN_ID

static final java.lang.String SYSTEM_DEFAULT_DOMAIN_ID
The domain ID for the system default domain.

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.