org.apache.tapestry.annotations
Annotation Type Meta
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Meta
Allows for the specification of per-component meta-data. Meta data can later be accessed via ComponentModel.getMeta(String). Meta data keys are case insensitive. Meta data defined by a subclass overrides meta
data for the super class (where the keys conflict).
|
Required Element Summary |
String[] |
value
The meta data as a list of "name=value" elements. |
value
public abstract String[] value
- The meta data as a list of "name=value" elements.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.