Package org.apache.tapestry5.annotations
Annotation Type ContentType
An annotation on a page component used to identify the content type the page returns. An alternative to the
Meta
annotation with the MetaDataConstants.RESPONSE_CONTENT_TYPE
key.-
Required Element Summary
Required Elements
-
Element Details
-
value
The content type for the page. Typically, something like "text/html".
-