public class TapestryConstants extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | COMPONENT_EVENTS_ATTRIBUTE_NAMEName of the HTML data attribute which contains information about component events
 published by using the PublishEvent annotation
 in a component event handler method. | 
| static java.lang.String | DISABLE_JAVASCRIPT_MINIMIZATIONName of a  Requestattribute, used
 to disable JavaScript minimization during asset requests. | 
| static java.lang.String | PAGE_LOOPBACK_PARAMETER_NAMEName of query parameter that is placed on "loopback" links (page render links for the same
 page). | 
| static java.lang.String | RESPONSE_RENDERERName of a request attribute that contains an  IOOperationused to render the response. | 
| static java.lang.String | TEMPLATE_EXTENSIONThe extension used for Tapestry component template files, Tapestry Markup Language. | 
| Constructor and Description | 
|---|
| TapestryConstants() | 
public static final java.lang.String TEMPLATE_EXTENSION
public static final java.lang.String PAGE_LOOPBACK_PARAMETER_NAME
public static final java.lang.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 java.lang.String DISABLE_JAVASCRIPT_MINIMIZATION
Request attribute, used
 to disable JavaScript minimization during asset requests.JavaScriptStack.getJavaScriptAggregationStrategy(), 
Constant Field Valuespublic static final java.lang.String COMPONENT_EVENTS_ATTRIBUTE_NAME
PublishEvent, 
Constant Field Valuespublic TapestryConstants()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.