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

Optional 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. If no such value is defined, it is derived from the method name.

Default:
""


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.