org.apache.turbine
Interface TurbineConstants

All Known Implementing Classes:
Turbine

public interface TurbineConstants

This interface contains all the constants used throughout the Turbine code base.

Version:
$Id: TurbineConstants.java 543168 2007-05-31 15:42:24Z seade $
Author:
Jason van Zyl, Henning P. Schmiedehausen, Scott Eade

Field Summary
static java.lang.String ACTION_ACCESS_CONTROLLER_DEFAULT
          Default value for the access controller.
static java.lang.String ACTION_ACCESS_CONTROLLER_KEY
          Action that performs Access control
static int ACTION_CACHE_SIZE_DEFAULT
          The default size for the action cache
static java.lang.String ACTION_CACHE_SIZE_KEY
          Property for the size of the action cache if caching is on
static boolean ACTION_EVENTSUBMIT_NEEDSVALUE_DEFAULT
          Default value for action.eventsubmit.needsvalue
static java.lang.String ACTION_EVENTSUBMIT_NEEDSVALUE_KEY
          Select whether an Action Event must have a non-zero value
static java.lang.String ACTION_LOGIN_DEFAULT
          Default Value for login Action
static java.lang.String ACTION_LOGIN_KEY
          Action to perform when a user logs in.
static java.lang.String ACTION_LOGOUT_DEFAULT
          Default Value for ACTION_LOGOUT
static java.lang.String ACTION_LOGOUT_KEY
          Action to perform when a user logs out.
static java.lang.String ACTION_PREFIX
          Prefix for action related classes and templates
static java.lang.String ACTION_SESSION_VALIDATOR_DEFAULT
          Default value for the session validator.
static java.lang.String ACTION_SESSION_VALIDATOR_KEY
          Actions that performs session validation.
static java.lang.String APPLICATION_ROOT_DEFAULT
          Default Value for the Path to the TurbineResources.properties File
static java.lang.String APPLICATION_ROOT_KEY
          Key for the Path to the TurbineResources.properties File
static java.lang.String CONFIG_NAMESPACE
          The prefix used to denote the namespace reserved for and used by Turbine-specific configuration parameters (such as those passed in via servlet container's config file (server.xml), or the web app deployment descriptor (web.xml).
static java.lang.String DEFAULT_CONTEXT_PATH_KEY
          Default contextPath for ServerData
static java.lang.String DEFAULT_DOCUMENT_TYPE_KEY
          Default document type.
static java.lang.String DEFAULT_HTML_DOCTYPE_IDENTIFIER_DEFAULT
          Default Doctype dtd value
static java.lang.String DEFAULT_HTML_DOCTYPE_IDENTIFIER_KEY
          Default doctype dtd.
static java.lang.String DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_DEFAULT
          Default value for the doctype root element
static java.lang.String DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_KEY
          Default doctype root element.
static java.lang.String DEFAULT_HTML_DOCTYPE_URI_DEFAULT
          Default doctype url value.
static java.lang.String DEFAULT_HTML_DOCTYPE_URI_KEY
          Default doctype url.
static java.lang.String DEFAULT_LOGGER
          This is the default log file to be used for logging
static java.lang.String DEFAULT_SCRIPT_NAME_KEY
          Default scriptName for ServerData
static java.lang.String DEFAULT_SERVER_NAME_KEY
          Default serverName for ServerData
static java.lang.String DEFAULT_SERVER_PORT_KEY
          Default serverPort for ServerData
static java.lang.String DEFAULT_SERVER_SCHEME_KEY
          Default serverScheme for ServerData
static java.lang.String DOCUMENT_TYPE_HTML40FRAMESET
          Html 4.0 Frameset
static java.lang.String DOCUMENT_TYPE_HTML40STRICT
          Html 4.0 Strict
static java.lang.String DOCUMENT_TYPE_HTML40TRANSITIONAL
          Html 4.0 Transitional
static int LAYOUT_CACHE_SIZE_DEFAULT
          The default size for the layout cache
static java.lang.String LAYOUT_CACHE_SIZE_KEY
          Property for the size of the layout cache if caching is on
static java.lang.String LAYOUT_DEFAULT
          Default layout.
static java.lang.String LAYOUT_PREFIX
          Prefix for layout related classes and templates
static java.lang.String LOCALE_DEFAULT_CHARSET_DEFAULT
          Default value for Charset property
static java.lang.String LOCALE_DEFAULT_CHARSET_KEY
          Default Charset property
static java.lang.String LOCALE_DEFAULT_COUNTRY_DEFAULT
          Default value for Country property
static java.lang.String LOCALE_DEFAULT_COUNTRY_KEY
          Default Country property
static java.lang.String LOCALE_DEFAULT_LANGUAGE_DEFAULT
          Default value for Language property
static java.lang.String LOCALE_DEFAULT_LANGUAGE_KEY
          Default Language property
static java.lang.String LOG4J_CONFIG_FILE
          The key for the Log4J File
static java.lang.String LOG4J_CONFIG_FILE_DEFAULT
          The default value for the Log4J File
static java.lang.String LOGGING_ROOT_DEFAULT
          Default Value for the Logging Directory, relative to the webroot
static java.lang.String LOGGING_ROOT_KEY
          The Key in the deployment descriptor for the Logging Directory
static java.lang.String LOGIN_ERROR
          Message to display when a user fails to login.
static java.lang.String LOGIN_MESSAGE
          Message to display upon successful login.
static java.lang.String LOGIN_MESSAGE_NOSCREEN
          Message to display when screens variable invalid.
static java.lang.String LOGOUT_MESSAGE
          Message to display when a user logs out.
static java.lang.String MAIL_SERVER_DEFAULT
          Default Value for he SMTP server that Turbine uses to send mail.
static java.lang.String MAIL_SERVER_KEY
          The SMTP server Turbine uses to send mail.
static java.lang.String MAIL_SMTP_FROM
          The Smtp sender address property
static boolean MODULE_CACHE_DEFAULT
          Default value of the Turbine Module Caching
static java.lang.String MODULE_CACHE_KEY
          Property that controls whether Turbine modules are cached or not.
static java.lang.String MODULE_PACKAGES
          The packages where Turbine will look for modules.
static int NAVIGATION_CACHE_SIZE_DEFAULT
          The default size for the navigation cache
static java.lang.String NAVIGATION_CACHE_SIZE_KEY
          Property for the size of the navigation cache if caching is on
static java.lang.String NAVIGATION_PLACEHOLDER
          Context Key for the navigation object placeholder in the various velocity layouts
static java.lang.String NAVIGATION_PREFIX
          Prefix for navigation related classes and templates
static int PAGE_CACHE_SIZE_DEFAULT
          The default size for the page cache
static java.lang.String PAGE_CACHE_SIZE_KEY
          Property for the size of the page cache if caching is on
static java.lang.String PAGE_DEFAULT_DEFAULT
          Default value for the Default Page
static java.lang.String PAGE_DEFAULT_KEY
          Default page.
static java.lang.String PAGE_PREFIX
          Prefix for page related classes and templates
static java.lang.String PARAMETER_ENCODING_DEFAULT
          Default Encoding for Parameter Parser
static java.lang.String PARAMETER_ENCODING_KEY
          Encoding for Parameter Parser
static java.lang.String PP_URL_CASE_FOLDING
          Should the PP fold the case of everything.
static java.lang.String PROCESSING_EXCEPTION_PLACEHOLDER
          Context Key for the Processing Exception
static int SCHEDULED_JOB_CACHE_SIZE_DEFAULT
          The default size of the schedulder job cache if module caching is on.
static java.lang.String SCHEDULED_JOB_CACHE_SIZE_KEY
          The key for the schedulder job cache size if module caching is on.
static java.lang.String SCHEDULEDJOB_PREFIX
          Prefix for scheduler job related classes
static java.lang.String SCHEDULER_LOG_FACILITY
          The logging facility which captures output from the SchedulerService.
static int SCREEN_CACHE_SIZE_DEFAULT
          The default size for the screen cache
static java.lang.String SCREEN_CACHE_SIZE_KEY
          Property for the size of the screen cache if caching is on
static java.lang.String SCREEN_DEFAULT_DEFAULT
          Default value for the Default Screen
static java.lang.String SCREEN_ERROR_DEFAULT
          Default value for Login Screen
static java.lang.String SCREEN_ERROR_KEY
          Login error screen.
static java.lang.String SCREEN_HOMEPAGE
          Home page screen.
static java.lang.String SCREEN_INVALID_STATE
          Report Screen for invalid state in the application
static java.lang.String SCREEN_LOGIN
          Login screen.
static java.lang.String SCREEN_PLACEHOLDER
          Context Key for the screen placeholder in the various velocity layouts
static java.lang.String SCREEN_PREFIX
          Prefix for screen related classes and templates
static int SESSION_TIMEOUT_DEFAULT
          Session Timeout Default Value
static java.lang.String SESSION_TIMEOUT_KEY
          Session Timeout
static java.lang.String STACK_TRACE_PLACEHOLDER
          Context Key for the Stack Trace
static java.lang.String TEMPLATE_ERROR_JSP
          Template error default for JSP
static java.lang.String TEMPLATE_ERROR_KEY
          Template error template Property.
static java.lang.String TEMPLATE_ERROR_VM
          Template error default for Velocity
static java.lang.String TEMPLATE_HOMEPAGE
          Home page template.
static java.lang.String TEMPLATE_INVALID_STATE
          Report Template for invalid state in the application
static java.lang.String TEMPLATE_LOGIN
          Login template.
static boolean USE_SSL_DEFAULT
          Default value for the SSL key
static java.lang.String USE_SSL_KEY
          Indicate whether this Turbine application is using SSL.
static java.lang.String UUID_ADDRESS_KEY
          Key for loading the UUID Generator with a constant value
static java.lang.String WEB_CONTEXT
          If this value is set as applicationRoot, then the webContext is used as application root
static java.lang.String WEBAPP_ROOT_KEY
          This is the key used in the Turbine.properties to access resources relative to the Web Application root.
 

Field Detail

CONFIG_NAMESPACE

public static final java.lang.String CONFIG_NAMESPACE

The prefix used to denote the namespace reserved for and used by Turbine-specific configuration parameters (such as those passed in via servlet container's config file (server.xml), or the web app deployment descriptor (web.xml).

For example, a parameter in the Turbine namespace would be org.apache.turbine.loggingRoot.

See Also:
Constant Field Values

LOG4J_CONFIG_FILE

public static final java.lang.String LOG4J_CONFIG_FILE
The key for the Log4J File

See Also:
Constant Field Values

LOG4J_CONFIG_FILE_DEFAULT

public static final java.lang.String LOG4J_CONFIG_FILE_DEFAULT
The default value for the Log4J File

See Also:
Constant Field Values

DEFAULT_LOGGER

public static final java.lang.String DEFAULT_LOGGER
This is the default log file to be used for logging

See Also:
Constant Field Values

SCHEDULER_LOG_FACILITY

public static final java.lang.String SCHEDULER_LOG_FACILITY
The logging facility which captures output from the SchedulerService.

See Also:
Constant Field Values

MAIL_SERVER_KEY

public static final java.lang.String MAIL_SERVER_KEY
The SMTP server Turbine uses to send mail.

See Also:
Constant Field Values

MAIL_SERVER_DEFAULT

public static final java.lang.String MAIL_SERVER_DEFAULT
Default Value for he SMTP server that Turbine uses to send mail.

See Also:
Constant Field Values

MAIL_SMTP_FROM

public static final java.lang.String MAIL_SMTP_FROM
The Smtp sender address property

See Also:
Constant Field Values

MODULE_CACHE_KEY

public static final java.lang.String MODULE_CACHE_KEY
Property that controls whether Turbine modules are cached or not.

See Also:
Constant Field Values

MODULE_CACHE_DEFAULT

public static final boolean MODULE_CACHE_DEFAULT
Default value of the Turbine Module Caching

See Also:
Constant Field Values

ACTION_CACHE_SIZE_KEY

public static final java.lang.String ACTION_CACHE_SIZE_KEY
Property for the size of the action cache if caching is on

See Also:
Constant Field Values

ACTION_CACHE_SIZE_DEFAULT

public static final int ACTION_CACHE_SIZE_DEFAULT
The default size for the action cache

See Also:
Constant Field Values

LAYOUT_CACHE_SIZE_KEY

public static final java.lang.String LAYOUT_CACHE_SIZE_KEY
Property for the size of the layout cache if caching is on

See Also:
Constant Field Values

LAYOUT_CACHE_SIZE_DEFAULT

public static final int LAYOUT_CACHE_SIZE_DEFAULT
The default size for the layout cache

See Also:
Constant Field Values

NAVIGATION_CACHE_SIZE_KEY

public static final java.lang.String NAVIGATION_CACHE_SIZE_KEY
Property for the size of the navigation cache if caching is on

See Also:
Constant Field Values

NAVIGATION_CACHE_SIZE_DEFAULT

public static final int NAVIGATION_CACHE_SIZE_DEFAULT
The default size for the navigation cache

See Also:
Constant Field Values

PAGE_CACHE_SIZE_KEY

public static final java.lang.String PAGE_CACHE_SIZE_KEY
Property for the size of the page cache if caching is on

See Also:
Constant Field Values

PAGE_CACHE_SIZE_DEFAULT

public static final int PAGE_CACHE_SIZE_DEFAULT
The default size for the page cache

See Also:
Constant Field Values

SCREEN_CACHE_SIZE_KEY

public static final java.lang.String SCREEN_CACHE_SIZE_KEY
Property for the size of the screen cache if caching is on

See Also:
Constant Field Values

SCREEN_CACHE_SIZE_DEFAULT

public static final int SCREEN_CACHE_SIZE_DEFAULT
The default size for the screen cache

See Also:
Constant Field Values

SCHEDULED_JOB_CACHE_SIZE_KEY

public static final java.lang.String SCHEDULED_JOB_CACHE_SIZE_KEY
The key for the schedulder job cache size if module caching is on.

See Also:
Constant Field Values

SCHEDULED_JOB_CACHE_SIZE_DEFAULT

public static final int SCHEDULED_JOB_CACHE_SIZE_DEFAULT
The default size of the schedulder job cache if module caching is on.

See Also:
Constant Field Values

MODULE_PACKAGES

public static final java.lang.String MODULE_PACKAGES
The packages where Turbine will look for modules.

See Also:
Constant Field Values

TEMPLATE_HOMEPAGE

public static final java.lang.String TEMPLATE_HOMEPAGE
Home page template.

See Also:
Constant Field Values

TEMPLATE_LOGIN

public static final java.lang.String TEMPLATE_LOGIN
Login template.

See Also:
Constant Field Values

TEMPLATE_ERROR_KEY

public static final java.lang.String TEMPLATE_ERROR_KEY
Template error template Property.

See Also:
Constant Field Values

TEMPLATE_ERROR_JSP

public static final java.lang.String TEMPLATE_ERROR_JSP
Template error default for JSP

See Also:
Constant Field Values

TEMPLATE_ERROR_VM

public static final java.lang.String TEMPLATE_ERROR_VM
Template error default for Velocity

See Also:
Constant Field Values

SCREEN_HOMEPAGE

public static final java.lang.String SCREEN_HOMEPAGE
Home page screen.

See Also:
Constant Field Values

SCREEN_LOGIN

public static final java.lang.String SCREEN_LOGIN
Login screen.

See Also:
Constant Field Values

SCREEN_ERROR_KEY

public static final java.lang.String SCREEN_ERROR_KEY
Login error screen.

See Also:
Constant Field Values

SCREEN_ERROR_DEFAULT

public static final java.lang.String SCREEN_ERROR_DEFAULT
Default value for Login Screen

See Also:
Constant Field Values

SCREEN_INVALID_STATE

public static final java.lang.String SCREEN_INVALID_STATE
Report Screen for invalid state in the application

See Also:
Constant Field Values

TEMPLATE_INVALID_STATE

public static final java.lang.String TEMPLATE_INVALID_STATE
Report Template for invalid state in the application

See Also:
Constant Field Values

ACTION_LOGIN_KEY

public static final java.lang.String ACTION_LOGIN_KEY
Action to perform when a user logs in.

See Also:
Constant Field Values

ACTION_LOGIN_DEFAULT

public static final java.lang.String ACTION_LOGIN_DEFAULT
Default Value for login Action

See Also:
Constant Field Values

ACTION_LOGOUT_KEY

public static final java.lang.String ACTION_LOGOUT_KEY
Action to perform when a user logs out.

See Also:
Constant Field Values

ACTION_LOGOUT_DEFAULT

public static final java.lang.String ACTION_LOGOUT_DEFAULT
Default Value for ACTION_LOGOUT

See Also:
Constant Field Values

ACTION_SESSION_VALIDATOR_KEY

public static final java.lang.String ACTION_SESSION_VALIDATOR_KEY
Actions that performs session validation.

See Also:
Constant Field Values

ACTION_SESSION_VALIDATOR_DEFAULT

public static final java.lang.String ACTION_SESSION_VALIDATOR_DEFAULT
Default value for the session validator. (org.apache.modules.actions.sessionvalidator.TemplateSessionValidator)

See Also:
Constant Field Values

ACTION_ACCESS_CONTROLLER_KEY

public static final java.lang.String ACTION_ACCESS_CONTROLLER_KEY
Action that performs Access control

See Also:
Constant Field Values

ACTION_ACCESS_CONTROLLER_DEFAULT

public static final java.lang.String ACTION_ACCESS_CONTROLLER_DEFAULT
Default value for the access controller. (org.apache.modules.actions.AccessController)

See Also:
Constant Field Values

ACTION_EVENTSUBMIT_NEEDSVALUE_KEY

public static final java.lang.String ACTION_EVENTSUBMIT_NEEDSVALUE_KEY
Select whether an Action Event must have a non-zero value

See Also:
Constant Field Values

ACTION_EVENTSUBMIT_NEEDSVALUE_DEFAULT

public static final boolean ACTION_EVENTSUBMIT_NEEDSVALUE_DEFAULT
Default value for action.eventsubmit.needsvalue

See Also:
Constant Field Values

LAYOUT_DEFAULT

public static final java.lang.String LAYOUT_DEFAULT
Default layout.

See Also:
Constant Field Values

PAGE_DEFAULT_KEY

public static final java.lang.String PAGE_DEFAULT_KEY
Default page.

See Also:
Constant Field Values

PAGE_DEFAULT_DEFAULT

public static final java.lang.String PAGE_DEFAULT_DEFAULT
Default value for the Default Page

See Also:
Constant Field Values

SCREEN_DEFAULT_DEFAULT

public static final java.lang.String SCREEN_DEFAULT_DEFAULT
Default value for the Default Screen

See Also:
Constant Field Values

LOGIN_MESSAGE

public static final java.lang.String LOGIN_MESSAGE
Message to display upon successful login.

See Also:
Constant Field Values

LOGIN_ERROR

public static final java.lang.String LOGIN_ERROR
Message to display when a user fails to login.

See Also:
Constant Field Values

LOGIN_MESSAGE_NOSCREEN

public static final java.lang.String LOGIN_MESSAGE_NOSCREEN
Message to display when screens variable invalid.

See Also:
Constant Field Values

LOGOUT_MESSAGE

public static final java.lang.String LOGOUT_MESSAGE
Message to display when a user logs out.

See Also:
Constant Field Values

SESSION_TIMEOUT_KEY

public static final java.lang.String SESSION_TIMEOUT_KEY
Session Timeout

See Also:
Constant Field Values

SESSION_TIMEOUT_DEFAULT

public static final int SESSION_TIMEOUT_DEFAULT
Session Timeout Default Value

See Also:
Constant Field Values

USE_SSL_KEY

public static final java.lang.String USE_SSL_KEY
Indicate whether this Turbine application is using SSL.

See Also:
Constant Field Values

USE_SSL_DEFAULT

public static final boolean USE_SSL_DEFAULT
Default value for the SSL key

See Also:
Constant Field Values

PP_URL_CASE_FOLDING

public static final java.lang.String PP_URL_CASE_FOLDING
Should the PP fold the case of everything. Possible values are "upper", "lower" and "none".

See Also:
Constant Field Values

DEFAULT_DOCUMENT_TYPE_KEY

public static final java.lang.String DEFAULT_DOCUMENT_TYPE_KEY
Default document type.

See Also:
Constant Field Values

DOCUMENT_TYPE_HTML40TRANSITIONAL

public static final java.lang.String DOCUMENT_TYPE_HTML40TRANSITIONAL
Html 4.0 Transitional

See Also:
Constant Field Values

DOCUMENT_TYPE_HTML40STRICT

public static final java.lang.String DOCUMENT_TYPE_HTML40STRICT
Html 4.0 Strict

See Also:
Constant Field Values

DOCUMENT_TYPE_HTML40FRAMESET

public static final java.lang.String DOCUMENT_TYPE_HTML40FRAMESET
Html 4.0 Frameset

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_KEY

public static final java.lang.String DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_KEY
Default doctype root element.

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_DEFAULT

public static final java.lang.String DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_DEFAULT
Default value for the doctype root element

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_IDENTIFIER_KEY

public static final java.lang.String DEFAULT_HTML_DOCTYPE_IDENTIFIER_KEY
Default doctype dtd.

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_IDENTIFIER_DEFAULT

public static final java.lang.String DEFAULT_HTML_DOCTYPE_IDENTIFIER_DEFAULT
Default Doctype dtd value

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_URI_KEY

public static final java.lang.String DEFAULT_HTML_DOCTYPE_URI_KEY
Default doctype url.

See Also:
Constant Field Values

DEFAULT_HTML_DOCTYPE_URI_DEFAULT

public static final java.lang.String DEFAULT_HTML_DOCTYPE_URI_DEFAULT
Default doctype url value.

See Also:
Constant Field Values

LOCALE_DEFAULT_LANGUAGE_KEY

public static final java.lang.String LOCALE_DEFAULT_LANGUAGE_KEY
Default Language property

See Also:
Constant Field Values

LOCALE_DEFAULT_LANGUAGE_DEFAULT

public static final java.lang.String LOCALE_DEFAULT_LANGUAGE_DEFAULT
Default value for Language property

See Also:
Constant Field Values

LOCALE_DEFAULT_COUNTRY_KEY

public static final java.lang.String LOCALE_DEFAULT_COUNTRY_KEY
Default Country property

See Also:
Constant Field Values

LOCALE_DEFAULT_COUNTRY_DEFAULT

public static final java.lang.String LOCALE_DEFAULT_COUNTRY_DEFAULT
Default value for Country property

See Also:
Constant Field Values

LOCALE_DEFAULT_CHARSET_KEY

public static final java.lang.String LOCALE_DEFAULT_CHARSET_KEY
Default Charset property

See Also:
Constant Field Values

LOCALE_DEFAULT_CHARSET_DEFAULT

public static final java.lang.String LOCALE_DEFAULT_CHARSET_DEFAULT
Default value for Charset property

See Also:
Constant Field Values

WEB_CONTEXT

public static final java.lang.String WEB_CONTEXT
If this value is set as applicationRoot, then the webContext is used as application root

See Also:
Constant Field Values

APPLICATION_ROOT_KEY

public static final java.lang.String APPLICATION_ROOT_KEY
Key for the Path to the TurbineResources.properties File

See Also:
Constant Field Values

APPLICATION_ROOT_DEFAULT

public static final java.lang.String APPLICATION_ROOT_DEFAULT
Default Value for the Path to the TurbineResources.properties File

See Also:
Constant Field Values

WEBAPP_ROOT_KEY

public static final java.lang.String WEBAPP_ROOT_KEY
This is the key used in the Turbine.properties to access resources relative to the Web Application root. It might differ from the Application root, but the normal case is, that the webapp root and the application root point to the same path.

See Also:
Constant Field Values

LOGGING_ROOT_KEY

public static final java.lang.String LOGGING_ROOT_KEY
The Key in the deployment descriptor for the Logging Directory

See Also:
Constant Field Values

LOGGING_ROOT_DEFAULT

public static final java.lang.String LOGGING_ROOT_DEFAULT
Default Value for the Logging Directory, relative to the webroot

See Also:
Constant Field Values

UUID_ADDRESS_KEY

public static final java.lang.String UUID_ADDRESS_KEY
Key for loading the UUID Generator with a constant value

See Also:
Constant Field Values

SCREEN_PLACEHOLDER

public static final java.lang.String SCREEN_PLACEHOLDER
Context Key for the screen placeholder in the various velocity layouts

See Also:
Constant Field Values

NAVIGATION_PLACEHOLDER

public static final java.lang.String NAVIGATION_PLACEHOLDER
Context Key for the navigation object placeholder in the various velocity layouts

See Also:
Constant Field Values

PROCESSING_EXCEPTION_PLACEHOLDER

public static final java.lang.String PROCESSING_EXCEPTION_PLACEHOLDER
Context Key for the Processing Exception

See Also:
Constant Field Values

STACK_TRACE_PLACEHOLDER

public static final java.lang.String STACK_TRACE_PLACEHOLDER
Context Key for the Stack Trace

See Also:
Constant Field Values

LAYOUT_PREFIX

public static final java.lang.String LAYOUT_PREFIX
Prefix for layout related classes and templates

See Also:
Constant Field Values

SCREEN_PREFIX

public static final java.lang.String SCREEN_PREFIX
Prefix for screen related classes and templates

See Also:
Constant Field Values

NAVIGATION_PREFIX

public static final java.lang.String NAVIGATION_PREFIX
Prefix for navigation related classes and templates

See Also:
Constant Field Values

ACTION_PREFIX

public static final java.lang.String ACTION_PREFIX
Prefix for action related classes and templates

See Also:
Constant Field Values

PAGE_PREFIX

public static final java.lang.String PAGE_PREFIX
Prefix for page related classes and templates

See Also:
Constant Field Values

SCHEDULEDJOB_PREFIX

public static final java.lang.String SCHEDULEDJOB_PREFIX
Prefix for scheduler job related classes

See Also:
Constant Field Values

PARAMETER_ENCODING_KEY

public static final java.lang.String PARAMETER_ENCODING_KEY
Encoding for Parameter Parser

See Also:
Constant Field Values

PARAMETER_ENCODING_DEFAULT

public static final java.lang.String PARAMETER_ENCODING_DEFAULT
Default Encoding for Parameter Parser

See Also:
Constant Field Values

DEFAULT_SERVER_NAME_KEY

public static final java.lang.String DEFAULT_SERVER_NAME_KEY
Default serverName for ServerData

See Also:
Constant Field Values

DEFAULT_SERVER_PORT_KEY

public static final java.lang.String DEFAULT_SERVER_PORT_KEY
Default serverPort for ServerData

See Also:
Constant Field Values

DEFAULT_SERVER_SCHEME_KEY

public static final java.lang.String DEFAULT_SERVER_SCHEME_KEY
Default serverScheme for ServerData

See Also:
Constant Field Values

DEFAULT_SCRIPT_NAME_KEY

public static final java.lang.String DEFAULT_SCRIPT_NAME_KEY
Default scriptName for ServerData

See Also:
Constant Field Values

DEFAULT_CONTEXT_PATH_KEY

public static final java.lang.String DEFAULT_CONTEXT_PATH_KEY
Default contextPath for ServerData

See Also:
Constant Field Values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.