Package org.apache.tapestry5.annotations
Annotation Type InjectComponent
-
() () @UseWith({COMPONENT,PAGE}) public @interface InjectComponent
Allows components defined in the template to be injected as read-only properties.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description value
The name of the component to inject.
-
-
-
Element Detail
-
value
value
The name of the component to inject. Defaults to the name of the annotated field.- Default:
- ""
-
-