org.apache.tapestry.annotations
Annotation Type ResponseEncoding


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ResponseEncoding

An annotation on a page component used to identify the respones encoding (the character set of the text sent in the response). An alternative to the Meta annotation with the TapestryConstants.RESPONSE_ENCODING key.

See Also:
ContentType

Required Element Summary
 String value
          The response encoding, a value such as "utf-8".
 

Element Detail

value

public abstract String value
The response encoding, a value such as "utf-8".



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.