Package org.apache.tapestry5.internal
Class InternalConstants
- java.lang.Object
-
- org.apache.tapestry5.internal.InternalConstants
-
public final class InternalConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.lang.String
BASE_SUBPACKAGE
static java.lang.String
BYPASS_ACTIVATION
Request attribute that can be set to bypass page activation.static java.lang.String
CANCEL_NAME
The element name for a submit input element used to cancel the form (rather than submit it normally).static java.lang.String
CHARSET_CONTENT_TYPE_PARAMETER
Deprecated.static java.lang.String
COMPONENTS_SUBPACKAGE
static java.lang.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 java.lang.String
CONTENT_ENCODING_HEADER
Deprecated.static java.lang.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 java.lang.String
CORE_LIBRARY
Virtual folder name for the core library.static java.lang.String
CORE_STACK_NAME
Name of the coreJavaScriptStack
, which supplies the basic JavaScript infrastructure on the client.static java.lang.String
DISABLE_DEFAULT_MODULES_PARAM
Deprecated.static java.lang.String[]
EMPTY_STRING_ARRAY
Deprecated.UseCommonsUtils.EMPTY_STRING_ARRAY
insteadstatic java.lang.String
EXPANSION_START
Identifies the start of an expansion inside a template.static java.lang.String
FALSE
Constant for a false boolean value to be used inComponentModel
meta attributes.static java.lang.String
GRID_INPLACE_UPDATE
Name of event triggered by Grid sub-components when an in-place Grid is updated.static java.lang.String
GZIP_CONTENT_ENCODING
Deprecated.static java.lang.String
HTTP_METHOD_EVENT_PREFIX
The prefix used to create the names of the events triggered for REST endpoint event handler methods.static java.lang.String
INHERIT_BINDING_PREFIX
Special prefix for parameters that are inherited from named parameters of their container.static java.lang.Class<?>[]
INJECTED_PARAMETERS
Annotation types for event handler method parameters which have injected values, not ones provided by the URL.static ContentType
JAVASCRIPT_CONTENT_TYPE
static java.lang.String
JSON_MIME_TYPE
Required MIME type for JSON responses.static java.lang.String
MIXINS_SUBPACKAGE
static java.lang.String
PAGE_CONTEXT_NAME
The name of the query parameter that stores the page activation context inside an action request.static java.lang.String
PAGE_NAME_ATTRIBUTE_NAME
As above but to store the name of the page.static java.lang.String
PAGES_SUBPACKAGE
static java.lang.String
PARTIAL_KEY
Key inside the response that contains the partial page render keys that are used to update the client.static java.lang.String
PUBLISH_COMPONENT_EVENTS_META
Name of the ComponentModel metadata key whiche stores the PublishEvent data.static java.lang.String
PUBLISH_COMPONENT_EVENTS_URL_PROPERTY
Name of the JSONObject key name which holds the name of the event to be published.static java.lang.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 java.lang.String
REST_ENDPOINT_EVENT_HANDLER_METHOD_PRESENT
The name of theComponentModel
meta attribute which tells whether REST endpoint event handler methods are presentstatic java.lang.String
REST_ENDPOINT_EVENT_HANDLER_METHODS
The name of theComponentModel
meta attribute which lists the REST endpoint event handler methods.static java.lang.String[]
SUBPACKAGES
The names of the standard controlled subpackages.static java.util.Set<java.lang.String>
SUPPORTED_HTTP_METHOD_EVENT_HANDLER_METHOD_NAMES
static java.util.Set<java.lang.String>
SUPPORTED_HTTP_METHOD_EVENTS
static java.lang.String
SUPPRESS_COMPRESSION
Request attribute key; if non-null, then automatic GZIP compression of response stream is suppressed.static java.lang.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 java.lang.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 java.lang.String
TAPESTRY_APP_PACKAGE_PARAM
Deprecated.static long
TEN_YEARS
static java.lang.String
TRUE
Constant for a true boolean value to be used inComponentModel
meta attributes.
-
Constructor Summary
Constructors Constructor Description InternalConstants()
-
-
-
Field Detail
-
TAPESTRY_APP_PACKAGE_PARAM
public static final java.lang.String TAPESTRY_APP_PACKAGE_PARAM
Deprecated.Init parameter used to identify the package from which application classes are loaded. Such classes are in the pages, components and mixins sub-packages.- See Also:
- Constant Field Values
-
DISABLE_DEFAULT_MODULES_PARAM
public static final java.lang.String DISABLE_DEFAULT_MODULES_PARAM
Deprecated.Turns off loading of default modules (as driven by JAR file Manifest entries).- See Also:
- Constant Field Values
-
PAGE_CONTEXT_NAME
public static final java.lang.String PAGE_CONTEXT_NAME
The name of the query parameter that stores the page activation context inside an action request.- See Also:
- Constant Field Values
-
GRID_INPLACE_UPDATE
public static final java.lang.String GRID_INPLACE_UPDATE
Name of event triggered by Grid sub-components when an in-place Grid is updated.- See Also:
- Constant Field Values
-
CONTAINER_PAGE_NAME
public static final java.lang.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). The active page (the page which initiated the render) is encoded into the URL, and the containing page is tacked on as this query parameter.- See Also:
- Constant Field Values
-
MIXINS_SUBPACKAGE
public static final java.lang.String MIXINS_SUBPACKAGE
- See Also:
- Constant Field Values
-
COMPONENTS_SUBPACKAGE
public static final java.lang.String COMPONENTS_SUBPACKAGE
- See Also:
- Constant Field Values
-
PAGES_SUBPACKAGE
public static final java.lang.String PAGES_SUBPACKAGE
- See Also:
- Constant Field Values
-
BASE_SUBPACKAGE
public static final java.lang.String BASE_SUBPACKAGE
- See Also:
- Constant Field Values
-
CONTENT_TYPE_ATTRIBUTE_NAME
public static final java.lang.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. The value is of typeContentType
.- See Also:
- Constant Field Values
-
CHARSET_CONTENT_TYPE_PARAMETER
public static final java.lang.String CHARSET_CONTENT_TYPE_PARAMETER
Deprecated.- See Also:
- Constant Field Values
-
PAGE_NAME_ATTRIBUTE_NAME
public static final java.lang.String PAGE_NAME_ATTRIBUTE_NAME
As above but to store the name of the page. Necessary for determining the correctMarkupModel
for the response.- See Also:
- Constant Field Values
-
JSON_MIME_TYPE
public static final java.lang.String JSON_MIME_TYPE
Required MIME type for JSON responses. If this MIME type is not used, the client-side Prototype code will not recognize the response as JSON, and the Ajax.Response.responseJSON property will be null.- See Also:
- Constant Field Values
-
SUPPRESS_COMPRESSION
public static final java.lang.String SUPPRESS_COMPRESSION
Request attribute key; if non-null, then automatic GZIP compression of response stream is suppressed. This is useful when the code opening the response stream wants to explicitly control whether GZIP compression occurs or not. Alias toTapestryHttpConstants.SUPPRESS_COMPRESSION
.- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
-
CONTENT_ENCODING_HEADER
public static final java.lang.String CONTENT_ENCODING_HEADER
Deprecated.Name of response header for content encoding.- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
-
GZIP_CONTENT_ENCODING
public static final java.lang.String GZIP_CONTENT_ENCODING
Deprecated.Response content encoding value indicating use of GZIP compression.- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
-
EXPANSION_START
public static final java.lang.String EXPANSION_START
Identifies the start of an expansion inside a template.- See Also:
- Constant Field Values
-
INHERIT_BINDING_PREFIX
public static final java.lang.String INHERIT_BINDING_PREFIX
Special prefix for parameters that are inherited from named parameters of their container.- See Also:
- Constant Field Values
-
TEN_YEARS
public static final long TEN_YEARS
-
EMPTY_STRING_ARRAY
public static final java.lang.String[] EMPTY_STRING_ARRAY
Deprecated.UseCommonsUtils.EMPTY_STRING_ARRAY
instead
-
CORE_STACK_NAME
public static final java.lang.String CORE_STACK_NAME
Name of the coreJavaScriptStack
, which supplies the basic JavaScript infrastructure on the client.- Since:
- 5.2.0
- See Also:
- Constant Field Values
-
CORE_LIBRARY
public static final java.lang.String CORE_LIBRARY
Virtual folder name for the core library. The core library is special as any component not present in another library (including the application library) is searched for inside core.- Since:
- 5.3
- See Also:
- Constant Field Values
-
SUBPACKAGES
public static final java.lang.String[] SUBPACKAGES
The names of the standard controlled subpackages.- Since:
- 5.3
-
CANCEL_NAME
public static final java.lang.String CANCEL_NAME
The element name for a submit input element used to cancel the form (rather than submit it normally).- Since:
- 5.3
- See Also:
- Constant Field Values
-
BYPASS_ACTIVATION
public static final java.lang.String BYPASS_ACTIVATION
Request attribute that can be set to bypass page activation.- Since:
- 5.4
- See Also:
StreamPageContentResultProcessor
,PageRenderRequestHandlerImpl
, Constant Field Values
-
PARTIAL_KEY
public static final java.lang.String PARTIAL_KEY
Key inside the response that contains the partial page render keys that are used to update the client.- Since:
- 5.4
- See Also:
- Constant Field Values
-
ACTIVE_PAGE_LOADED
public static final java.lang.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. This is very important to theExceptionReport
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).- Since:
- 5.4
- See Also:
- Constant Field Values
-
SUPPRESS_CORE_STYLESHEETS
public static final java.lang.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.- Since:
- 5.4
- See Also:
- Constant Field Values
-
REFERENCED_COMPONENT_NOT_FOUND
public static final java.lang.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. This is related to TAP5-1481. This situation can most likely occur when a web spider, such as Google, uses an old component event URI from a prior deployment, which no longer works in a new deployment, due to structural changes. Since changing the APIs that significantly is forbidden, a non-null value is added as anRequest
attribute.- Since:
- 5.4
- See Also:
- Constant Field Values
-
SUPPRESS_NAMESPACED_IDS
public static final java.lang.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. This, of course, requires a lot of testing to ensure that there are no resulting name clashes, and should not be used inside Zones containing anAjaxFormLoop
.- Since:
- 5.4
- See Also:
- Constant Field Values
-
JAVASCRIPT_CONTENT_TYPE
public static final ContentType JAVASCRIPT_CONTENT_TYPE
- Since:
- 5.4
-
PUBLISH_COMPONENT_EVENTS_META
public static final java.lang.String PUBLISH_COMPONENT_EVENTS_META
Name of the ComponentModel metadata key whiche stores the PublishEvent data.- Since:
- 5.4.2
- See Also:
- Constant Field Values
-
PUBLISH_COMPONENT_EVENTS_URL_PROPERTY
public static final java.lang.String PUBLISH_COMPONENT_EVENTS_URL_PROPERTY
Name of the JSONObject key name which holds the name of the event to be published.- Since:
- 5.4.2
- See Also:
- Constant Field Values
-
HTTP_METHOD_EVENT_PREFIX
public static final java.lang.String HTTP_METHOD_EVENT_PREFIX
The prefix used to create the names of the events triggered for REST endpoint event handler methods.- Since:
- 5.8.0
- See Also:
- Constant Field Values
-
REST_ENDPOINT_EVENT_HANDLER_METHOD_PRESENT
public static final java.lang.String REST_ENDPOINT_EVENT_HANDLER_METHOD_PRESENT
The name of theComponentModel
meta attribute which tells whether REST endpoint event handler methods are present- Since:
- 5.8.0
- See Also:
- Constant Field Values
-
REST_ENDPOINT_EVENT_HANDLER_METHODS
public static final java.lang.String REST_ENDPOINT_EVENT_HANDLER_METHODS
The name of theComponentModel
meta attribute which lists the REST endpoint event handler methods.- Since:
- 5.8.0
- See Also:
- Constant Field Values
-
TRUE
public static final java.lang.String TRUE
Constant for a true boolean value to be used inComponentModel
meta attributes.- See Also:
- Constant Field Values
-
FALSE
public static final java.lang.String FALSE
Constant for a false boolean value to be used inComponentModel
meta attributes.- See Also:
- Constant Field Values
-
INJECTED_PARAMETERS
public static java.lang.Class<?>[] INJECTED_PARAMETERS
Annotation types for event handler method parameters which have injected values, not ones provided by the URL.
-
SUPPORTED_HTTP_METHOD_EVENTS
public static final java.util.Set<java.lang.String> SUPPORTED_HTTP_METHOD_EVENTS
-
SUPPORTED_HTTP_METHOD_EVENT_HANDLER_METHOD_NAMES
public static final java.util.Set<java.lang.String> SUPPORTED_HTTP_METHOD_EVENT_HANDLER_METHOD_NAMES
-
-
Constructor Detail
-
InternalConstants
public InternalConstants()
-
-