org.apache.tapestry.annotations
Annotation Type InjectState
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectState
Annotation used to inject an Application State Object as a read/write property of the component.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
|
Required Element Summary |
String |
value
The id of the Application State Object to inject. |
value
public abstract String value
- The id of the Application State Object to inject.
Copyright © 2006 Apache Software Foundation. All Rights Reserved.