org.apache.tapestry.annotations
Annotation Type InjectPage


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectPage

Injects a page as a property of a page or component. Often used in conjunction with listener methods.

Since:
4.0
Author:
Howard Lewis Ship

Required Element Summary
 String value
          The name of the page to inject.
 

Element Detail

value

public abstract String value
The name of the page to inject.



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