Package org.apache.tapestry5.annotations
Annotation Type ContentType
-
@Target(TYPE) @Retention(RUNTIME) @Documented @UseWith(PAGE) public @interface ContentType
An annotation on a page component used to identify the content type the page returns. An alternative to theMeta
annotation with theMetaDataConstants.RESPONSE_CONTENT_TYPE
key.