public class TapestryConstants extends Object
Modifier and Type | Field and Description |
---|---|
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 TapestryConstants()
Copyright © 2003-2013 The Apache Software Foundation.