org.apache.tapestry.annotations
Annotation Type InjectStateFlag


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

Author:
Howard Lewis Ship

Required 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.
 

Element Detail

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.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.