|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.InternalConstants
public final class InternalConstants
| Field Summary | |
|---|---|
static String |
BASE_SUBPACKAGE
|
static String |
CHARSET_CONTENT_TYPE_PARAMETER
|
static String |
COMPONENTS_SUBPACKAGE
|
static String |
CONTAINER_PAGE_NAME
The name of a query parameter that stores the containing page (used in action links when the page containing the component is not the same as the page that was rendering). |
static String |
CONTENT_ENCODING_HEADER
Name of response header for content encoding. |
static String |
CONTENT_TYPE_ATTRIBUTE_NAME
Used in some Ajax scenarios to set the content type for the response early, when the Page instance (the authority on content types) is known. |
static String |
DISABLE_DEFAULT_MODULES_PARAM
Turns off loading of default modules (as driven by JAR file Manifest entries). |
static String |
EXPANSION_START
Identifies the start of an expansion inside a template. |
static String |
GENERATING_RENDERED_PAGE
Request attribute that forces RequestPathOptimizer to use not
optimize URLs (this is necessitated by PageDocumentGenerator). |
static String |
GRID_INPLACE_UPDATE
Name of event triggered by Grid sub-components when an in-place Grid is updated. |
static String |
GZIP_CONTENT_ENCODING
Response content encoding value indicating use of GZIP compression. |
static String |
IMMEDIATE_RESPONSE_PAGE_ATTRIBUTE
Request attribute that stores a Page instance that will be
rendered as the immediate
mode response. |
static String |
INHERIT_BINDING_PREFIX
Special prefix for parameters that are inherited from named parameters of their container. |
static String |
JSON_MIME_TYPE
Required MIME type for JSON responses. |
static String |
MIXINS_SUBPACKAGE
|
static String |
OBJECT_RENDER_DIV_SECTION
|
static String |
PAGE_CONTEXT_NAME
The name of the query parameter that stores the page activation context inside an action request. |
static String |
PAGES_SUBPACKAGE
|
static String |
SUPPRESS_COMPRESSION
Request attribute key; if non-null, then automatic GZIP compression of response stream is suppressed. |
static String |
TAPESTRY_APP_PACKAGE_PARAM
Init parameter used to identify the package from which application classes are loaded. |
static String |
TEMPLATE_EXTENSION
The extension used for Tapestry component template files, Tapestry Markup Language. |
static long |
TEN_YEARS
|
| Constructor Summary | |
|---|---|
InternalConstants()
|
|
| 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 TAPESTRY_APP_PACKAGE_PARAM
public static final String DISABLE_DEFAULT_MODULES_PARAM
public static final String TEMPLATE_EXTENSION
public static final String PAGE_CONTEXT_NAME
public static final String GRID_INPLACE_UPDATE
public static final String CONTAINER_PAGE_NAME
public static final String OBJECT_RENDER_DIV_SECTION
public static final String MIXINS_SUBPACKAGE
public static final String COMPONENTS_SUBPACKAGE
public static final String PAGES_SUBPACKAGE
public static final String BASE_SUBPACKAGE
public static final String CONTENT_TYPE_ATTRIBUTE_NAME
ContentType.
public static final String CHARSET_CONTENT_TYPE_PARAMETER
public static final String IMMEDIATE_RESPONSE_PAGE_ATTRIBUTE
Page instance that will be
rendered as the immediate
mode response.
public static final String GENERATING_RENDERED_PAGE
RequestPathOptimizer to use not
optimize URLs (this is necessitated by PageDocumentGenerator). Any non-null
value will force the URLs to be non-optimized.
public static final String JSON_MIME_TYPE
public static final String SUPPRESS_COMPRESSION
public static final String CONTENT_ENCODING_HEADER
public static final String GZIP_CONTENT_ENCODING
public static final String EXPANSION_START
public static final String INHERIT_BINDING_PREFIX
public static final long TEN_YEARS
| Constructor Detail |
|---|
public InternalConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||