| org.apache.tapestry.annotations.InjectPage
InjectPage | public @interface InjectPage(Code) | | Allows a a page (really, the root component of the page) to be injected into another component as
a read-only field.
|
Field Summary | |
String | value The name of the page to inject, which is used when the field type is not sufficient to
identify the page (for example, when the field type is an interface implemented by the page). |
value | String value(Code) | | The name of the page to inject, which is used when the field type is not sufficient to
identify the page (for example, when the field type is an interface implemented by the page).
A non-blank value here overrides the lookup by class name (from the field type).
|
|
|