com.plumtree.uiinfrastructure.application.varpacks
Class ConfigConstants

java.lang.Object
  extended by com.plumtree.uiinfrastructure.application.varpacks.ConfigConstants
Direct Known Subclasses:
PTConfigConstants

public class ConfigConstants
extends java.lang.Object

This class contains constants for the x_config.xml file.


Field Summary
static java.lang.String _SUBSECTION
          JF- The sub-section in system properties
static java.lang.String ACCESSIBILITY_SUBSECTION
          The Accessibility sub-section in personal settings
static java.lang.String APPLICATION_URL_SUBSECTION
          JF- The Application URL sub-section in URL Mapping
static java.lang.String AUTHENTICATION_SECTION
          The authentication section
static java.lang.String AUTHOVERRIDESSO
          The basic auth SSO override subsection in authentication.
static java.lang.String AUTHTOKENEXPIRATION
          The basic auth login token expiration time subsection in authentication (in minutes).
static java.lang.String CACHED_SETTINGS_SECTION
          WilliamA- The cached settings section
static java.lang.String GUEST_ACCESS_STYLE_OVERRIDE
          The guest access sub-section in authentication
static java.lang.String GUEST_ACCESS_SUBSECTION
          The guest access sub-section in authentication
static java.lang.String HTTP_ENTRY_POINT_SUBSECTION
          JF- The HTTP Entry Point sub-section in system properties
static java.lang.String HTTP_PORT_SUBSECTION
          JF- The HTTP Port sub-section in system properties
static java.lang.String HTTP_SECURE_PORT_SUBSECTION
          JF- The HTTP Secure Port sub-section in system properties
static java.lang.String IMAGE_SERVER_CONNECTION_URL
          JO- The URL that is used for the Portal Server to connect to the Image Server to do JSRegistry work
static java.lang.String IMAGE_SERVER_CONNECTION_URL_TIMEOUT
          DAP- The timeout for testing that same URL during startup
static java.lang.String INTERNATIONAL_SECTION
          The international section
static java.lang.String LAYOUT_MODE_SUBSECTION
          The Performance Comments sub-section in system properties
static java.lang.String LOCALE_SUBSECTION
          The Locale sub-section in international
static java.lang.String MACHINE_NAME_SUBSECTION
          The machine name sub-section in system properties
static java.lang.String MAIN_URLS_SECTION
          WilliamA- The Main URLs section
static java.lang.String MAX_REQUEST_QUEUE_LENGTH_SUBSECTION
          The maximum queue length for requests for a single session.
static java.lang.String PERFORMANCE_COMMENTS_SUBSECTION
          The Performance Comments sub-section in system properties
static java.lang.String PERSONAL_SETTINGS_SECTION
          The personal settings section
static java.lang.String SECURE_APPLICATION_URL_SUBSECTION
          JF- The Secure Application URL sub-section in URL Mapping
static java.lang.String SECURITY_MODE_SUBSECTION
          The security mode sub-section in security
static java.lang.String SECURITY_SECTION
          The security section
static java.lang.String SERVER_NAME_SUBSECTION
          JF- The Server Name sub-section in system properties
static java.lang.String SSO_SERVLET_NAME_SUBSECTION
          JYS- The SSO Entry Point
static java.lang.String SYSTEM_PROPERTIES_SECTION
          The system properties section
static java.lang.String TIMEZONE_SUBSECTION
          The time zone sub-section in international
static java.lang.String URL_FROM_REQUEST_SUBSECTION
          JF- The URL From the Request sub-section in URL Mapping
static java.lang.String URL_MAPPING_SECTION
          JF- The URL Mapping section
static java.lang.String VALUE_ATTRIBUTE
          The value attribute
static java.lang.String VIRTUAL_DIRECTORY_PATH_SUBSECTION
          JF- The Virtual Directory Path sub-section in system properties
 
Constructor Summary
ConfigConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_ATTRIBUTE

public static final java.lang.String VALUE_ATTRIBUTE
The value attribute

See Also:
Constant Field Values

AUTHENTICATION_SECTION

public static final java.lang.String AUTHENTICATION_SECTION
The authentication section

See Also:
Constant Field Values

GUEST_ACCESS_SUBSECTION

public static final java.lang.String GUEST_ACCESS_SUBSECTION
The guest access sub-section in authentication

See Also:
Constant Field Values

GUEST_ACCESS_STYLE_OVERRIDE

public static final java.lang.String GUEST_ACCESS_STYLE_OVERRIDE
The guest access sub-section in authentication

See Also:
Constant Field Values

AUTHTOKENEXPIRATION

public static final java.lang.String AUTHTOKENEXPIRATION
The basic auth login token expiration time subsection in authentication (in minutes).

See Also:
Constant Field Values

AUTHOVERRIDESSO

public static final java.lang.String AUTHOVERRIDESSO
The basic auth SSO override subsection in authentication.

See Also:
Constant Field Values

PERSONAL_SETTINGS_SECTION

public static final java.lang.String PERSONAL_SETTINGS_SECTION
The personal settings section

See Also:
Constant Field Values

ACCESSIBILITY_SUBSECTION

public static final java.lang.String ACCESSIBILITY_SUBSECTION
The Accessibility sub-section in personal settings

See Also:
Constant Field Values

SECURITY_SECTION

public static final java.lang.String SECURITY_SECTION
The security section

See Also:
Constant Field Values

SECURITY_MODE_SUBSECTION

public static final java.lang.String SECURITY_MODE_SUBSECTION
The security mode sub-section in security

See Also:
Constant Field Values

INTERNATIONAL_SECTION

public static final java.lang.String INTERNATIONAL_SECTION
The international section

See Also:
Constant Field Values

LOCALE_SUBSECTION

public static final java.lang.String LOCALE_SUBSECTION
The Locale sub-section in international

See Also:
Constant Field Values

TIMEZONE_SUBSECTION

public static final java.lang.String TIMEZONE_SUBSECTION
The time zone sub-section in international

See Also:
Constant Field Values

URL_MAPPING_SECTION

public static final java.lang.String URL_MAPPING_SECTION
JF- The URL Mapping section

See Also:
Constant Field Values

URL_FROM_REQUEST_SUBSECTION

public static final java.lang.String URL_FROM_REQUEST_SUBSECTION
JF- The URL From the Request sub-section in URL Mapping

See Also:
Constant Field Values

APPLICATION_URL_SUBSECTION

public static final java.lang.String APPLICATION_URL_SUBSECTION
JF- The Application URL sub-section in URL Mapping

See Also:
Constant Field Values

SECURE_APPLICATION_URL_SUBSECTION

public static final java.lang.String SECURE_APPLICATION_URL_SUBSECTION
JF- The Secure Application URL sub-section in URL Mapping

See Also:
Constant Field Values

MAIN_URLS_SECTION

public static final java.lang.String MAIN_URLS_SECTION
WilliamA- The Main URLs section

See Also:
Constant Field Values

IMAGE_SERVER_CONNECTION_URL

public static final java.lang.String IMAGE_SERVER_CONNECTION_URL
JO- The URL that is used for the Portal Server to connect to the Image Server to do JSRegistry work

See Also:
Constant Field Values

IMAGE_SERVER_CONNECTION_URL_TIMEOUT

public static final java.lang.String IMAGE_SERVER_CONNECTION_URL_TIMEOUT
DAP- The timeout for testing that same URL during startup

See Also:
Constant Field Values

SYSTEM_PROPERTIES_SECTION

public static final java.lang.String SYSTEM_PROPERTIES_SECTION
The system properties section

See Also:
Constant Field Values

MACHINE_NAME_SUBSECTION

public static final java.lang.String MACHINE_NAME_SUBSECTION
The machine name sub-section in system properties

See Also:
Constant Field Values

SERVER_NAME_SUBSECTION

public static final java.lang.String SERVER_NAME_SUBSECTION
JF- The Server Name sub-section in system properties

See Also:
Constant Field Values

PERFORMANCE_COMMENTS_SUBSECTION

public static final java.lang.String PERFORMANCE_COMMENTS_SUBSECTION
The Performance Comments sub-section in system properties

See Also:
Constant Field Values

LAYOUT_MODE_SUBSECTION

public static final java.lang.String LAYOUT_MODE_SUBSECTION
The Performance Comments sub-section in system properties

See Also:
Constant Field Values

HTTP_ENTRY_POINT_SUBSECTION

public static final java.lang.String HTTP_ENTRY_POINT_SUBSECTION
JF- The HTTP Entry Point sub-section in system properties

See Also:
Constant Field Values

HTTP_PORT_SUBSECTION

public static final java.lang.String HTTP_PORT_SUBSECTION
JF- The HTTP Port sub-section in system properties

See Also:
Constant Field Values

HTTP_SECURE_PORT_SUBSECTION

public static final java.lang.String HTTP_SECURE_PORT_SUBSECTION
JF- The HTTP Secure Port sub-section in system properties

See Also:
Constant Field Values

VIRTUAL_DIRECTORY_PATH_SUBSECTION

public static final java.lang.String VIRTUAL_DIRECTORY_PATH_SUBSECTION
JF- The Virtual Directory Path sub-section in system properties

See Also:
Constant Field Values

MAX_REQUEST_QUEUE_LENGTH_SUBSECTION

public static final java.lang.String MAX_REQUEST_QUEUE_LENGTH_SUBSECTION
The maximum queue length for requests for a single session. Default 10.

See Also:
Constant Field Values

_SUBSECTION

public static final java.lang.String _SUBSECTION
JF- The sub-section in system properties

See Also:
Constant Field Values

SSO_SERVLET_NAME_SUBSECTION

public static final java.lang.String SSO_SERVLET_NAME_SUBSECTION
JYS- The SSO Entry Point

See Also:
Constant Field Values

CACHED_SETTINGS_SECTION

public static final java.lang.String CACHED_SETTINGS_SECTION
WilliamA- The cached settings section

See Also:
Constant Field Values
Constructor Detail

ConfigConstants

public ConfigConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.