public class SymbolConstants extends java.lang.Object
SymbolSource| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | APPLICATION_CATALOGThe location of the application-wide component messages catalog, relative to the web application context. | 
| static java.lang.String | APPLICATION_FOLDERThe name of a folder in which the Tapestry application executes. | 
| static java.lang.String | APPLICATION_VERSIONVersion number of the application. | 
| static java.lang.String | ASSET_PATH_PREFIXPrefix to be used for all resource paths, used to recognize which requests are for assets. | 
| static java.lang.String | ASSET_URL_FULL_QUALIFIEDBoolean value to indicate if every  Asset2should be fully qualified or not. | 
| static java.lang.String | BOOTSTRAP_ROOTThe root asset path for Twitter Bootstrap; if your application uses a modified version of Bootstrap,
 you can override this symbol to have Tapestry automatically use your version. | 
| static java.lang.String | CHARSETThe charset used when rendering page markup; the charset is also used as the request encoding when handling
 incoming requests. | 
| static java.lang.String | CLUSTERED_SESSIONSIf "true" then at the end of each request the
  SessionPersistedObjectAnalyzerwill be called on each session persisted
 object that was accessed during the request. | 
| static java.lang.String | COMBINE_SCRIPTSIf "true" then JavaScript files in a  JavaScriptStackwill be combined into a single virtual JavaScript
 file. | 
| static java.lang.String | COMPACT_JSONIf "true", then JSON page initialization content is compressed; if "false"
 then extra white space is added (pretty printing). | 
| static java.lang.String | COMPONENT_RENDER_TRACING_ENABLEDIf "true" and  PRODUCTION_MODEis off, comments will be rendered before and after the rendering of any
 component
 allowing more visibility into which components rendered which markup. | 
| static java.lang.String | COMPRESS_WHITESPACEControls whether whitespace is compressed by default in templates, or left as is. | 
| static java.lang.String | CONTEXT_PATHIdentifies the context path of the application, as determined from  ServletContext.getContextPath(). | 
| static java.lang.String | COOKIE_MAX_AGEThe default time interval that cookies created by Tapestry will be kept in the client web browser. | 
| static java.lang.String | DATEPICKERThe Asset path to the embedded datepicker. | 
| static java.lang.String | DEFAULT_STYLESHEETDeprecated. 
 Deprecated in 5.4 with no replacement; the stylesheet is now associated with the core  JavaScriptStack. | 
| static java.lang.String | ENABLE_HTML5_SUPPORTDefines whether HTML5 features should be used. | 
| static java.lang.String | ENABLE_PAGELOADING_MASKIf true, then when a page includes any JavaScript, a  scriptblock is added to insert
 a pageloader mask into the page; the pageloader mask ensure that the user can't interact with the page
 until after the page is fully initialized. | 
| static java.lang.String | ENCODE_LOCALE_INTO_PATHIf "true" (the default), then the  PersistentLocalewill be encoded into theLinkpath by theComponentEventLinkEncoderservice. | 
| static java.lang.String | EXCEPTION_REPORT_PAGEName of page used to report exceptions; the page must implement
  ExceptionReporter. | 
| static java.lang.String | EXCEPTION_REPORTS_DIRThe directory to which exception report files should be written. | 
| static java.lang.String | EXECUTION_MODEA comma separated list of execution modes used to control how the application is initialized. | 
| static java.lang.String | FILE_CHECK_INTERVALTime interval defining how often Tapestry will check for updates to local files (including classes). | 
| static java.lang.String | FILE_CHECK_UPDATE_TIMEOUTTime interval that sets how long Tapestry will wait to obtain the exclusive lock needed to check local files. | 
| static java.lang.String | FORM_CLIENT_LOGIC_ENABLEDUsed as the default for the Form's autofocus and clientValidation parameters. | 
| static java.lang.String | FORM_FIELD_CSS_CLASSDefines the CSS class that will be given to form field components which are
 AbstractField subclasses. | 
| static java.lang.String | FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_CSS_CLASSDefines the CSS class of the HTML element generated by
 the FormGroup mixin and the BeanEditForm and BeanEditor. | 
| static java.lang.String | FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_NAMEDefines the name of the HTML element that will surround the HTML form field generated by
 the FormGroup mixin and the BeanEditForm and BeanEditor. | 
| static java.lang.String | FORM_GROUP_LABEL_CSS_CLASSDefines the CSS class that will be given to <label> element generated by
 the FormGroup mixin and the
 BeanEditForm and BeanEditor
 components. | 
| static java.lang.String | FORM_GROUP_WRAPPER_CSS_CLASSDefines the CSS class that will be given to HTML element (usually a div) <div> generated by
 the FormGroup mixin and the
 BeanEditForm and BeanEditor
 components surrounding the label and the field. | 
| static java.lang.String | GZIP_COMPRESSION_ENABLEDIf "true" (the default) then GZip compression is enabled for dynamic requests and for static assets. | 
| static java.lang.String | HMAC_PASSPHRASEA passphrase used as the basis of hash-based message authentication (HMAC) for any object stream data stored on
 the client. | 
| static java.lang.String | HOSTNAMEThe hostname that application should use when constructing an absolute URL. | 
| static java.lang.String | HOSTPORTThe hostport that application should use when constructing an absolute URL. | 
| static java.lang.String | HOSTPORT_SECUREThe secure (https) hostport that application should use when constructing an absolute URL. | 
| static java.lang.String | INCLUDE_CORE_STACKIf true (the default), then Tapestry will automatically include the "core" stack in all
 pages. | 
| static java.lang.String | JAVASCRIPT_INFRASTRUCTURE_PROVIDERTapestry relies on an underlying client-side JavaScript infrastructure framework to handle DOM manipulation,
 event handling, and Ajax requests. | 
| static java.lang.String | LENIENT_DATE_FORMATDefines whether  DateFormatinstances created by Tapestry should be
 lenient or not by default. | 
| static java.lang.String | MIN_GZIP_SIZEMinimum output stream size, in bytes, before output is compressed using GZIP. | 
| static java.lang.String | MINIFICATION_ENABLEDIf "true", then resources (individually or when aggregated into stacks) will be minimized via the
  ResourceMinimizerservice. | 
| static java.lang.String | MODULE_PATH_PREFIXPrefix used for all module resources. | 
| static java.lang.String | OMIT_EXPIRATION_CACHE_CONTROL_HEADERWhen an asset (typically, a JavaScript module) is streamed without an explicit expiration header, then
 this value is sent as the  Cache-Controlheader; the default is "max-age=60, must-revalidate". | 
| static java.lang.String | OMIT_GENERATOR_METAUsed to omit the normal Tapestry framework generator meta tag. | 
| static java.lang.String | PERSISTENCE_STRATEGYIdentifies the default persistence strategy for all pages that do not provide an override (using this value as
  key). | 
| static java.lang.String | PRELOADER_MODEControls in what environment page preloading should occur. | 
| static java.lang.String | PRODUCTION_MODEIndicates whether Tapestry is running in production mode or developer mode. | 
| static java.lang.String | PRODUCTION_MODE_VALUEA version of  PRODUCTION_MODEas a symbol reference. | 
| static java.lang.String | RESTRICTIVE_ENVIRONMENTA general switch for restrictive environments, such as Google App Engine, which forbid some useful operations,
 such as creating files or directories. | 
| static java.lang.String | SCRIPTACULOUSThe Asset path to the embedded copy of script.aculo.us packaged with Tapestry. | 
| static java.lang.String | SECURE_ENABLEDIf "true" (which itself defaults to production mode), then the  Secureannotation will be honored. | 
| static java.lang.String | SESSION_LOCKING_ENABLEDIf true (the default), then Tapestry will apply locking semantics around access to the  HttpSession. | 
| static java.lang.String | START_PAGE_NAMEThe logical name of the start page, the page that is rendered for the root URL. | 
| static java.lang.String | STRICT_CSS_URL_REWRITINGDefines whether  CSSURLRewriterwill throw an exception when a CSS file
 references an URL which doesn't exist. | 
| static java.lang.String | SUPPORTED_LOCALESThe list of locales supported by the application; locales identified in the incoming request are "narrowed" to
 one of these values. | 
| static java.lang.String | TAPESTRY_VERSIONThe version number of the core Tapestry framework, or UNKNOWN if the version number is not available (which
 should only occur when developing Tapestry). | 
| Constructor and Description | 
|---|
| SymbolConstants() | 
public static final java.lang.String EXECUTION_MODE
production.public static final java.lang.String PRODUCTION_MODE
public static final java.lang.String PRODUCTION_MODE_VALUE
PRODUCTION_MODE as a symbol reference. This can be used as the default value
 of other symbols, to indicate that their default matches whatever PRODUCTION_MODE is set to, which is quite
 common.public static final java.lang.String SUPPORTED_LOCALES
public static final java.lang.String COMPRESS_WHITESPACE
public static final java.lang.String FILE_CHECK_INTERVAL
public static final java.lang.String FILE_CHECK_UPDATE_TIMEOUT
public static final java.lang.String TAPESTRY_VERSION
public static final java.lang.String APPLICATION_CATALOG
WEB-INF/app.properties.public static final java.lang.String CHARSET
public static final java.lang.String FORM_CLIENT_LOGIC_ENABLED
public static final java.lang.String EXCEPTION_REPORT_PAGE
ExceptionReporter.
 This is used by the default exception report handler service.public static final java.lang.String PERSISTENCE_STRATEGY
key).public static final java.lang.String MIN_GZIP_SIZE
GZIP_COMPRESSION_ENABLED, 
Constant Field Valuespublic static final java.lang.String APPLICATION_VERSION
AssetDispatcher, 
AssetPathConstructor, 
Constant Field Valuespublic static final java.lang.String OMIT_GENERATOR_META
public static final java.lang.String GZIP_COMPRESSION_ENABLED
MIN_GZIP_SIZE, 
ResponseCompressionAnalyzer, 
CompressionAnalyzer, 
Constant Field Valuespublic static final java.lang.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 java.lang.String ENCODE_LOCALE_INTO_PATH
PersistentLocale will be encoded into the
 Link path by the ComponentEventLinkEncoder
 service. If overridden to "false" this does not occur, but you should provide a
 LinkCreationListener2 (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 java.lang.String COMBINE_SCRIPTS
JavaScriptStack will be combined into a single virtual JavaScript
 file. Defaults to "true" in production mode.public static final java.lang.String COOKIE_MAX_AGE
public static final java.lang.String START_PAGE_NAME
public static final java.lang.String DEFAULT_STYLESHEET
JavaScriptStack.public static final java.lang.String SCRIPTACULOUS
public static final java.lang.String DATEPICKER
public static final java.lang.String COMPACT_JSON
public static final java.lang.String COMPONENT_RENDER_TRACING_ENABLED
PRODUCTION_MODE is off, comments will be rendered before and after the rendering of any
 component
 allowing more visibility into which components rendered which markup. Defaults to "false". Component render
 tracing may be
 enabled per-request by the presence of a request parameter "t:component-trace" with a value of "true".public static final java.lang.String HOSTNAME
public static final java.lang.String HOSTPORT
public static final java.lang.String HOSTPORT_SECURE
public static final java.lang.String MINIFICATION_ENABLED
ResourceMinimizer service. If "false", then minification is disabled. Tracks production mode
 (minification is normally disabled in development mode).
 Note that Tapestry's default implementation of ResourceMinimizer does nothing; minification is provided
 by add-on libraries.public static final java.lang.String CLUSTERED_SESSIONS
SessionPersistedObjectAnalyzer will be called on each session persisted
 object that was accessed during the request.
 This is provided as a performance enhancement for servers that do not use clustered sessions.
 The default is true, to preserve 5.2 behavior. For non-clustered applications (the majority), this value should be
 overridden to false. A future release of Tapestry may change the default.public static final java.lang.String APPLICATION_FOLDER
web.xml configuration file.  This is useful when running multiple servlets within the same web application (such as when migrating
 from Tapestry 4 or some other framework, to Tapestry 5).
 Effectively, if this symbol is set to a value, that folder name will be placed after the context path
 (typically "/") and before the locale, page name, or other prefix.  For example, if this symbol is set to "app", the web.xml <url-pattern> should be set to /app/*, and Tapestry will
 only be in invoked by the servlet container for requests inside the virtual app folder.
 This also affects the search for page templates (which are allowed within the web context). When set to a non-blank value, page templates are searched for in the folder, rather than in the root context.
 The default value is the empty string, which preserves Tapestry 5.2 behavior (and continues to be appropriate for most applications).
 Note that while Tapestry is case-insensitive, the servlet container is not, so the configured value must exactly match
 the folder name inside the <url-parameter> value, including case.public static final java.lang.String ASSET_URL_FULL_QUALIFIED
Asset2 should be fully qualified or not.
 Default to false meaning no Asset URL will be fully qualified.public static final java.lang.String ASSET_PATH_PREFIX
public static final java.lang.String MODULE_PATH_PREFIX
Dispatchers from this: one for normal
 modules, the other for GZip compressed modules (by appending ".gz" to this value).
 The default is "modules".public static final java.lang.String CONTEXT_PATH
ServletContext.getContextPath().
 This is either a blank string or a string that starts with a slash but does not end with one.public static final java.lang.String HMAC_PASSPHRASE
ClientDataEncoder, 
Constant Field Valuespublic static final java.lang.String BOOTSTRAP_ROOT
public static final java.lang.String JAVASCRIPT_INFRASTRUCTURE_PROVIDER
ModuleManager service
 as a JavaScriptModuleConfiguration to provide a specific implementation
 of the t5/core/dom module. Tapestry 5.4 directly supports "prototype" or "jquery".  To support
 other foundation frameworks, override this symbol value and supply your own module configuration.
 In Tapestry 5.4, this defaults to "prototype" for compatibility with 5.3. This will likely change in
 5.5 to default to "jquery". At some point in the future, Prototype support will no longer be present.public static final java.lang.String SESSION_LOCKING_ENABLED
HttpSession.
 Reading attribute names occurs with a shared read lock; getting or setting an attribute upgrades to an exclusive write lock.
 This can tend to serialize threads when a number of simultaneous (Ajax) requests from the client arrive ... however,
 many implementations of HttpSession are not thread safe, and often mutable objects are stored in the session and shared
 between threads. Leaving this on the default will yield a more robust application; setting it to false may speed
 up processing for more Ajax intensive applications (but care should then be given to ensuring that objects shared inside
 the session are themselves immutable or thread-safe).public static final java.lang.String INCLUDE_CORE_STACK
public static final java.lang.String FORM_GROUP_WRAPPER_CSS_CLASS
form-group.public static final java.lang.String FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_NAME
FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_CSS_CLASS, 
Constant Field Valuespublic static final java.lang.String FORM_GROUP_FORM_FIELD_WRAPPER_ELEMENT_CSS_CLASS
public static final java.lang.String FORM_GROUP_LABEL_CSS_CLASS
control-label.public static final java.lang.String FORM_FIELD_CSS_CLASS
form-control.public static final java.lang.String LENIENT_DATE_FORMAT
DateFormat instances created by Tapestry should be
 lenient or not by default. The default value is false.public static final java.lang.String EXCEPTION_REPORTS_DIR
build/exceptions, and should be changed for production.ExceptionReporter, 
Constant Field Valuespublic static final java.lang.String STRICT_CSS_URL_REWRITING
CSSURLRewriter will throw an exception when a CSS file
 references an URL which doesn't exist. The default value is false.public static final java.lang.String OMIT_EXPIRATION_CACHE_CONTROL_HEADER
Cache-Control header; the default is "max-age=60, must-revalidate". Setting
 max-age to a value above zero significantly reduces the number of client requests for module content, as client
 browsers will then cache previously downloaded versions. For normal assets, which are immutable, and fingerprinted with
 a content hash, there is no need to set max age, and instead, a far-future expiration date is provided.public static final java.lang.String ENABLE_HTML5_SUPPORT
Html5Support.isHtml5SupportEnabled(). Default value: false.Html5Support.isHtml5SupportEnabled(), 
Constant Field Valuespublic static final java.lang.String RESTRICTIVE_ENVIRONMENT
public static final java.lang.String ENABLE_PAGELOADING_MASK
script block is added to insert
 a pageloader mask into the page; the pageloader mask ensure that the user can't interact with the page
 until after the page is fully initialized.public static final java.lang.String PRELOADER_MODE
PagePreloader, 
PreloaderMode, 
Constant Field Valuespublic SymbolConstants()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.