|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.SymbolConstants
public class SymbolConstants
Defines the names of symbols used to configure Tapestry.
SymbolSource| Field Summary | |
|---|---|
static String |
APPLICATION_CATALOG
The location of the application-wide component messages catalog, relative to the web application context. |
static String |
APPLICATION_VERSION
Version number integrated into URLs for context assets. |
static String |
CHARSET
The charset used when rendering page markup; the charset is also used as the request encoding when handling incoming requests. |
static String |
COMBINE_SCRIPTS
If "true" then JavaScript files will be combined into a single virtual JavaScript file. |
static String |
COMPRESS_WHITESPACE
Controls whether whitespace is compressed by default in templates, or left as is. |
static String |
ENCODE_LOCALE_INTO_PATH
If "true" (the default), then the PersistentLocale will be encoded into the
Link path by the ComponentEventLinkEncoder
service. |
static String |
EXCEPTION_REPORT_PAGE
Name of page used to report exceptions; the page must implement ExceptionReporter. |
static String |
FILE_CHECK_INTERVAL
Time interval defining how often Tapestry will check for updates to local files (including classes). |
static String |
FILE_CHECK_UPDATE_TIMEOUT
Time interval that sets how long Tapestry will wait to obtain the exclusive lock needed to check local files. |
static String |
FORCE_ABSOLUTE_URIS
Symbol which may be set to "true" to force the use of absolute URIs (not relative URIs) exclusively. |
static String |
FORM_CLIENT_LOGIC_ENABLED
Used as the default for the Form's autofocus and clientValidation parameters. |
static String |
GZIP_COMPRESSION_ENABLED
If "true" (the default) then GZip compression is enabled for dynamic requests and for static assets. |
static String |
MIN_GZIP_SIZE
Minimum output stream size, in bytes, before output is compressed using GZIP. |
static String |
OMIT_GENERATOR_META
Used to omit the normal Tapestry framework generator meta tag. |
static String |
PERSISTENCE_STRATEGY
Identifies the default persistence strategy for all pages that do not provide an override (using this value as key). |
static String |
PRODUCTION_MODE
Indicates whether Tapestry is running in production mode or developer mode. |
static String |
SCRIPTS_AT_TOP
Deprecated. since 5.1.0.1; scripts are now always at the top (see TAP5-544) |
static String |
SECURE_ENABLED
If "true" (which itself defaults to production mode), then the Secure
annotation will be honored. |
static String |
SUPPORTED_LOCALES
The list of locales supported by the application; locales identified in the incoming request are "narrowed" to one of these values. |
static String |
SUPPRESS_REDIRECT_FROM_ACTION_REQUESTS
If set to "true", then action requests will render a page markup response immediately, rather than sending a redirect to render the response. |
static String |
TAPESTRY_VERSION
The version number of the core Tapestry framework, or UNKNOWN if the version number is not available (which should only occur when developing Tapestry). |
| Constructor Summary | |
|---|---|
SymbolConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PRODUCTION_MODE
public static final String FORCE_ABSOLUTE_URIS
public static final String SUPPRESS_REDIRECT_FROM_ACTION_REQUESTS
public static final String SUPPORTED_LOCALES
public static final String COMPRESS_WHITESPACE
public static final String FILE_CHECK_INTERVAL
public static final String FILE_CHECK_UPDATE_TIMEOUT
public static final String TAPESTRY_VERSION
public static final String APPLICATION_CATALOG
WEB-INF/app.properties.
public static final String CHARSET
public static final String FORM_CLIENT_LOGIC_ENABLED
public static final String EXCEPTION_REPORT_PAGE
ExceptionReporter.
This is used by the default exception report handler service.
public static final String SCRIPTS_AT_TOP
public static final String PERSISTENCE_STRATEGY
key).
public static final String MIN_GZIP_SIZE
GZIP_COMPRESSION_ENABLED,
Constant Field Valuespublic static final String APPLICATION_VERSION
public static final String OMIT_GENERATOR_META
public static final String GZIP_COMPRESSION_ENABLED
MIN_GZIP_SIZE,
Constant Field Valuespublic static final String SECURE_ENABLED
Secure
annotation will be honored. If "false" (i.e., development mode), then the annotation and related HTTP/HTTPS
logic is ignored.
public static final String ENCODE_LOCALE_INTO_PATH
PersistentLocale will be encoded into the
Link path by the ComponentEventLinkEncoder
service. If overriden to "false" this does not occur, but you should provide a LinkCreationListener (registered with the LinkCreationHub) in order to add the locale as a query parameter (or provide some
alternate means of persisting the locale between requests).
public static final String COMBINE_SCRIPTS
| Constructor Detail |
|---|
public SymbolConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||