org.apache.tapestry.annotations
Annotation Type Meta


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

Allows meta-data information about the page or component to be specified.

Since:
4.0
Author:
Howard M. Lewis Ship

Required Element Summary
 String[] value
          Meta-data is specified as a series of key value pairs; each string is such a pair, with an equals sign seperating the two.
 

Element Detail

value

public abstract String[] value
Meta-data is specified as a series of key value pairs; each string is such a pair, with an equals sign seperating the two.



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