TEMPLATE_EXTENSION The extension used for Tapestry component template files.
Field Detail
OBJECT_RENDER_DIV_SECTION
final public static String OBJECT_RENDER_DIV_SECTION(Code)
PAGE_CONTEXT_NAME
final public static String PAGE_CONTEXT_NAME(Code)
The name of the query parameter that stores the page activation context inside an action
request.
TAPESTRY_ALIAS_MODE_SYMBOL
final public static String TAPESTRY_ALIAS_MODE_SYMBOL(Code)
The application mode, generally "servlet", used to select the correct contributions to the
Alias service.
TAPESTRY_APP_NAME_SYMBOL
final public static String TAPESTRY_APP_NAME_SYMBOL(Code)
The name of the application (i.e., the name of the application filter). Used, for example, to
select additional resources related to the application.
TAPESTRY_APP_PACKAGE_PARAM
final public static String TAPESTRY_APP_PACKAGE_PARAM(Code)
Init parameter used to identify the package from which application classes are loaded. Such
classes are in the pages, components and mixins sub-packages.
TAPESTRY_ERROR_CLASS
final public static String TAPESTRY_ERROR_CLASS(Code)
All purpose CSS class name for anything related to Tapestry errors.
TEMPLATE_EXTENSION
final public static String TEMPLATE_EXTENSION(Code)
The extension used for Tapestry component template files. Template files are well-formed XML
files. This is also used as the extension for page render requests (perhaps these will be
split into two concepts later, especially if the we designate a particular extension for
Tapestry template files, such as .tsp).