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
 java.lang.String value
          The id of the Application State Object to inject.
 

Element Detail

value

public abstract java.lang.String value
The id of the Application State Object to inject.