Event triggered when a link for a page is generated. The event handler for the page may
provide an object, or an array of objects, as the context for the page. These values will
become part of the page's context, and will be provided back when the page is activated.
PROP_BINDING_PREFIX
final public static String PROP_BINDING_PREFIX(Code)
Binding expression prefix used to bind to a property of the component.
RESPONSE_CONTENT_TYPE
final public static String RESPONSE_CONTENT_TYPE(Code)
Meta data key applied to pages that sets the response content type. A factory default
provides the value "text/html" when not overridden.
RESPONSE_ENCODING
final public static String RESPONSE_ENCODING(Code)
Meta data key applied to pages that sets the response encoding. A factory default provides
the value "UTF-8" when not overriden. Content type may also be specified in the
TapestryConstants.RESPONSE_CONTENT_TYPE content type as parameter "charset", i.e.,
"text/html;charset=UTF-8".