Package org.apache.tapestry5.annotations
Annotation Type InjectPage
-
@Target(FIELD) @Documented @Retention(RUNTIME) @UseWith({COMPONENT,MIXIN,PAGE}) public @interface InjectPage
Allows a a page (really, the root component of the page) to be injected into another component as a read-only field.