public final class InternalConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_PAGE_LOADED
Request attribute, set to true once the active page (as identified in the incoming
component event or page render request) has been successfully loaded.
|
static String |
BASE_SUBPACKAGE |
static String |
BYPASS_ACTIVATION
Request attribute that can be set to bypass page activation.
|
static String |
CANCEL_NAME
The element name for a submit input element used to cancel the form (rather than
submit it normally).
|
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 |
CORE_LIBRARY
Virtual folder name for the core library.
|
static String |
CORE_STACK_NAME
Name of the core
JavaScriptStack , which supplies the basic JavaScript infrastructure
on the client. |
static String |
DISABLE_DEFAULT_MODULES_PARAM
Turns off loading of default modules (as driven by JAR file Manifest entries).
|
static String[] |
EMPTY_STRING_ARRAY |
static String |
EXPANSION_START
Identifies the start of an expansion inside a template.
|
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 |
INHERIT_BINDING_PREFIX
Special prefix for parameters that are inherited from named parameters of their container.
|
static ContentType |
JAVASCRIPT_CONTENT_TYPE |
static String |
JSON_MIME_TYPE
Required MIME type for JSON responses.
|
static String |
MIXINS_SUBPACKAGE |
static String |
PAGE_CONTEXT_NAME
The name of the query parameter that stores the page activation context inside an action
request.
|
static String |
PAGE_NAME_ATTRIBUTE_NAME
As above but to store the name of the page.
|
static String |
PAGES_SUBPACKAGE |
static String |
PARTIAL_KEY
Key inside the response that contains the partial page render keys that are used
to update the client.
|
static String |
PUBLISH_COMPONENT_EVENTS_META
Name of the ComponentModel metadata key whiche stores the PublishEvent
data.
|
static String |
PUBLISH_COMPONENT_EVENTS_URL_PROPERTY
Name of the JSONObject key name which holds the name of the event to be published.
|
static String |
REFERENCED_COMPONENT_NOT_FOUND
A bit of a hack that allows, in production mode, for a component event request to "unwind" when
the component referenced in the URL does not exist.
|
static String[] |
SUBPACKAGES
The names of the standard controlled subpackages.
|
static String |
SUPPRESS_COMPRESSION
Request attribute key; if non-null, then automatic GZIP compression of response stream is
suppressed.
|
static String |
SUPPRESS_CORE_STYLESHEETS
Used to suppress the stylesheets from the 'core' stack; this is used on certain pages
that want to work around application-specific overrides to the core stack stylesheets.
|
static String |
SUPPRESS_NAMESPACED_IDS
Name of request parameter that suppresses the logic that injects a random-ish namespace into allocated ids when rending partial page
responses.
|
static String |
TAPESTRY_APP_PACKAGE_PARAM
Init parameter used to identify the package from which application classes are loaded.
|
static long |
TEN_YEARS |
Constructor and Description |
---|
InternalConstants() |
public static final String TAPESTRY_APP_PACKAGE_PARAM
public static final String DISABLE_DEFAULT_MODULES_PARAM
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 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 PAGE_NAME_ATTRIBUTE_NAME
MarkupModel
for the response.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
public static final String[] EMPTY_STRING_ARRAY
public static final String CORE_STACK_NAME
JavaScriptStack
, which supplies the basic JavaScript infrastructure
on the client.public static final String CORE_LIBRARY
public static final String[] SUBPACKAGES
public static final String CANCEL_NAME
public static final String BYPASS_ACTIVATION
StreamPageContentResultProcessor
,
PageRenderRequestHandlerImpl
,
Constant Field Valuespublic static final String PARTIAL_KEY
public static final String ACTIVE_PAGE_LOADED
ExceptionReport
page, which can possibly
fail (resulting in a servlet container 500 response) if the page can't be loaded (because
if the page can't be loaded, then a link to the page can't be created).public static final String SUPPRESS_CORE_STYLESHEETS
public static final String REFERENCED_COMPONENT_NOT_FOUND
Request
attribute.public static final String SUPPRESS_NAMESPACED_IDS
AjaxFormLoop
.public static final ContentType JAVASCRIPT_CONTENT_TYPE
public static final String PUBLISH_COMPONENT_EVENTS_META
public static final String PUBLISH_COMPONENT_EVENTS_URL_PROPERTY
public InternalConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.