public class TapestryConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_EVENTS_ATTRIBUTE_NAME
Name of the HTML data attribute which contains information about component events
published by using the PublishEvent annotation
in a component event handler method.
|
static String |
DISABLE_JAVASCRIPT_MINIMIZATION
Name of a
Request attribute, used
to disable JavaScript minimization during asset requests. |
static String |
PAGE_LOOPBACK_PARAMETER_NAME
Name of query parameter that is placed on "loopback" links (page render links for the same
page).
|
static String |
RESPONSE_RENDERER
Name of a request attribute that contains an
IOOperation
used to render the response. |
static String |
TEMPLATE_EXTENSION
The extension used for Tapestry component template files, Tapestry Markup Language.
|
Constructor and Description |
---|
TapestryConstants() |
public static final String TEMPLATE_EXTENSION
public static final String PAGE_LOOPBACK_PARAMETER_NAME
public static final String RESPONSE_RENDERER
IOOperation
used to render the response. The operation should return void.
Implementations of ComponentEventResultProcessor
will store a response rendering operation into the request; the operation, if present,
will be executed as the first filter inside the
ComponentRequestHandler
pipeline.
This approach is recommended for any "complex" rendering that involves components or pages.
It is optional for other types.public static final String DISABLE_JAVASCRIPT_MINIMIZATION
Request
attribute, used
to disable JavaScript minimization during asset requests.JavaScriptStack.getJavaScriptAggregationStrategy()
,
Constant Field Valuespublic static final String COMPONENT_EVENTS_ATTRIBUTE_NAME
PublishEvent
,
Constant Field Valuespublic TapestryConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.