com.plumtree.portaluiinfrastructure.application.varpacks
Class PTConfigConstants

java.lang.Object
  extended by com.plumtree.uiinfrastructure.application.varpacks.ConfigConstants
      extended by com.plumtree.portaluiinfrastructure.application.varpacks.PTConfigConstants

public class PTConfigConstants
extends ConfigConstants

This class contains constants for PTconfig.xml and the x_config.xml files.


Field Summary
static java.lang.String ADMIN_OBJECTS_PER_PAGE_SUBSECTION
          The Admin Objects Per Page sub-section in administration
static java.lang.String ADMINISTRATION_SECTION
          The Administration section
static java.lang.String ANALYTICS_CLUSTER_NAME_SETTING
          Analytics cluster name
static java.lang.String ANALYTICS_CLUSTER_PORT_SETTING
          Analytics cluster port
static java.lang.String ANALYTICS_CLUSTER_TIMEOUT_SETTING
          Analytics cluster timeout
static java.lang.String ANALYTICS_CLUSTERING_ENABLED_SETTING
          Flag that enableds Analytics clustering
static java.lang.String ANALYTICS_COLLECTOR_HOST_SETTING
          Analytics Collector hostname
static java.lang.String ANALYTICS_COLLECTOR_PORT_SETTING
          Analytics Collector port
static java.lang.String ANALYTICS_CONSOLE_LOGGING_SETTING
          Flag that enables Analytics console logging
static java.lang.String ANALYTICS_ENABLED_SETTING
          Flag that enables Analytics
static java.lang.String ANALYTICS_LOGGING_LEVEL_SETTING
          Analytics logging level
static java.lang.String ANALYTICS_UNICAST_ENABLED_SETTING
          Flag that enables Analytics unicast
static java.lang.String AUTHENTICATION_SECTION
          The Authentication section
static java.lang.String BROWSERLOGINTOKENEXPIRATION_SUBSECTION
          The BrowserLoginTokenExpiration sub-section
static java.lang.String COMMUNITIES_SECTION
          The Communities section
static java.lang.String CRAWLERS_SECTION
          The Crawlers section
static java.lang.String DOCUMENTS_SECTION
          The Documents section
static java.lang.String FAILOVER_SECTION
          The Failover section
static java.lang.String GARBAGE_COLLECTION_SECTION
          The Garbage Collection Section
static java.lang.String GATEWAY_SECTION
          The Gateway section
static java.lang.String INVITATIONS_SECTION
          The Invitations Section
static java.lang.String IS_ADMIN_SITE_SUBSECTION
          The Is Admin Site sub-section in administration
static java.lang.String IS_INVITATION_URL_SECURE
          Setting Name: Is the Invitation URL Secure
static java.lang.String MAX_RESULTS_TO_DISPLAY_SUBSECTION
          The Max Results To Display sub-section in administration
static java.lang.String MY_PAGES_SECTION
          Deprecated. User STYLE_SECTION instead.
static java.lang.String SEARCH_SECTION
          The Search section
static java.lang.String STYLE_SECTION
           
static java.lang.String THREAD_INTERVAL_SUBSECTION
          The Thread Interval sub-section in garbage collection
static java.lang.String THREAD_PRIORITY_SUBSECTION
          The Thread Priority sub-section in garbage collection
 
Fields inherited from class com.plumtree.uiinfrastructure.application.varpacks.ConfigConstants
_SUBSECTION, ACCESSIBILITY_SUBSECTION, APPLICATION_URL_SUBSECTION, AUTHOVERRIDESSO, AUTHTOKENEXPIRATION, CACHED_SETTINGS_SECTION, GUEST_ACCESS_STYLE_OVERRIDE, GUEST_ACCESS_SUBSECTION, HTTP_ENTRY_POINT_SUBSECTION, HTTP_PORT_SUBSECTION, HTTP_SECURE_PORT_SUBSECTION, IMAGE_SERVER_CONNECTION_URL, IMAGE_SERVER_CONNECTION_URL_TIMEOUT, INTERNATIONAL_SECTION, LAYOUT_MODE_SUBSECTION, LOCALE_SUBSECTION, MACHINE_NAME_SUBSECTION, MAIN_URLS_SECTION, MAX_REQUEST_QUEUE_LENGTH_SUBSECTION, PERFORMANCE_COMMENTS_SUBSECTION, PERSONAL_SETTINGS_SECTION, SECURE_APPLICATION_URL_SUBSECTION, SECURITY_MODE_SUBSECTION, SECURITY_SECTION, SERVER_NAME_SUBSECTION, SSO_SERVLET_NAME_SUBSECTION, SYSTEM_PROPERTIES_SECTION, TIMEZONE_SUBSECTION, URL_FROM_REQUEST_SUBSECTION, URL_MAPPING_SECTION, VALUE_ATTRIBUTE, VIRTUAL_DIRECTORY_PATH_SUBSECTION
 
Constructor Summary
PTConfigConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENTS_SECTION

public static final java.lang.String DOCUMENTS_SECTION
The Documents section

See Also:
Constant Field Values

CRAWLERS_SECTION

public static final java.lang.String CRAWLERS_SECTION
The Crawlers section

See Also:
Constant Field Values

SEARCH_SECTION

public static final java.lang.String SEARCH_SECTION
The Search section

See Also:
Constant Field Values

MY_PAGES_SECTION

public static final java.lang.String MY_PAGES_SECTION
Deprecated. User STYLE_SECTION instead.
The MyPages section

See Also:
Constant Field Values

STYLE_SECTION

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

COMMUNITIES_SECTION

public static final java.lang.String COMMUNITIES_SECTION
The Communities section

See Also:
Constant Field Values

ADMINISTRATION_SECTION

public static final java.lang.String ADMINISTRATION_SECTION
The Administration section

See Also:
Constant Field Values

IS_ADMIN_SITE_SUBSECTION

public static final java.lang.String IS_ADMIN_SITE_SUBSECTION
The Is Admin Site sub-section in administration

See Also:
Constant Field Values

ADMIN_OBJECTS_PER_PAGE_SUBSECTION

public static final java.lang.String ADMIN_OBJECTS_PER_PAGE_SUBSECTION
The Admin Objects Per Page sub-section in administration

See Also:
Constant Field Values

MAX_RESULTS_TO_DISPLAY_SUBSECTION

public static final java.lang.String MAX_RESULTS_TO_DISPLAY_SUBSECTION
The Max Results To Display sub-section in administration

See Also:
Constant Field Values

INVITATIONS_SECTION

public static final java.lang.String INVITATIONS_SECTION
The Invitations Section

See Also:
Constant Field Values

IS_INVITATION_URL_SECURE

public static final java.lang.String IS_INVITATION_URL_SECURE
Setting Name: Is the Invitation URL Secure

See Also:
Constant Field Values

AUTHENTICATION_SECTION

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

See Also:
Constant Field Values

BROWSERLOGINTOKENEXPIRATION_SUBSECTION

public static final java.lang.String BROWSERLOGINTOKENEXPIRATION_SUBSECTION
The BrowserLoginTokenExpiration sub-section

See Also:
Constant Field Values

GARBAGE_COLLECTION_SECTION

public static final java.lang.String GARBAGE_COLLECTION_SECTION
The Garbage Collection Section

See Also:
Constant Field Values

THREAD_INTERVAL_SUBSECTION

public static final java.lang.String THREAD_INTERVAL_SUBSECTION
The Thread Interval sub-section in garbage collection

See Also:
Constant Field Values

THREAD_PRIORITY_SUBSECTION

public static final java.lang.String THREAD_PRIORITY_SUBSECTION
The Thread Priority sub-section in garbage collection

See Also:
Constant Field Values

GATEWAY_SECTION

public static final java.lang.String GATEWAY_SECTION
The Gateway section

See Also:
Constant Field Values

FAILOVER_SECTION

public static final java.lang.String FAILOVER_SECTION
The Failover section

See Also:
Constant Field Values

ANALYTICS_ENABLED_SETTING

public static final java.lang.String ANALYTICS_ENABLED_SETTING
Flag that enables Analytics

See Also:
Constant Field Values

ANALYTICS_CLUSTERING_ENABLED_SETTING

public static final java.lang.String ANALYTICS_CLUSTERING_ENABLED_SETTING
Flag that enableds Analytics clustering

See Also:
Constant Field Values

ANALYTICS_CLUSTER_NAME_SETTING

public static final java.lang.String ANALYTICS_CLUSTER_NAME_SETTING
Analytics cluster name

See Also:
Constant Field Values

ANALYTICS_CLUSTER_TIMEOUT_SETTING

public static final java.lang.String ANALYTICS_CLUSTER_TIMEOUT_SETTING
Analytics cluster timeout

See Also:
Constant Field Values

ANALYTICS_CLUSTER_PORT_SETTING

public static final java.lang.String ANALYTICS_CLUSTER_PORT_SETTING
Analytics cluster port

See Also:
Constant Field Values

ANALYTICS_UNICAST_ENABLED_SETTING

public static final java.lang.String ANALYTICS_UNICAST_ENABLED_SETTING
Flag that enables Analytics unicast

See Also:
Constant Field Values

ANALYTICS_COLLECTOR_HOST_SETTING

public static final java.lang.String ANALYTICS_COLLECTOR_HOST_SETTING
Analytics Collector hostname

See Also:
Constant Field Values

ANALYTICS_COLLECTOR_PORT_SETTING

public static final java.lang.String ANALYTICS_COLLECTOR_PORT_SETTING
Analytics Collector port

See Also:
Constant Field Values

ANALYTICS_LOGGING_LEVEL_SETTING

public static final java.lang.String ANALYTICS_LOGGING_LEVEL_SETTING
Analytics logging level

See Also:
Constant Field Values

ANALYTICS_CONSOLE_LOGGING_SETTING

public static final java.lang.String ANALYTICS_CONSOLE_LOGGING_SETTING
Flag that enables Analytics console logging

See Also:
Constant Field Values
Constructor Detail

PTConfigConstants

public PTConfigConstants()



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