org.apache.tapestry.annotations
Annotation Type InjectStateFlag


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectStateFlag

Author:
Howard Lewis Ship

Optional Element Summary
 String value
          The id of the Application State Object; the boolean accessor method to which the annotation is attached will return true when the ASO exists, false when it does not.
 

value

public abstract String value
The id of the Application State Object; the boolean accessor method to which the annotation is attached will return true when the ASO exists, false when it does not. If no such value is defined, it is derived from the method name.

Default:
""


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