|
||||||||||
| 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 |
CHARSET
The charset used when rendering page markup; the charset is also used as ther request encoding when handling incoming requests. |
static String |
COMPRESS_WHITESPACE
Controls whether whitespace is compressed by default in templates, or left as is. |
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 |
PRODUCTION_MODE
Indicates whether Tapestry is running in production mode or developer mode. |
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 EXCEPTION_REPORT_PAGE
ExceptionReporter.
This is used by the default exception report handler service.
| Constructor Detail |
|---|
public SymbolConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||