org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.SharedFlowField


@Target(value=FIELD)
@Retention(value=RUNTIME)
public static @interface Jpf.SharedFlowField

An annotation that causes a field to get automatically initialized with a reference to a SharedFlowController. The annotation is valid within a page flow (PageFlowController or a JavaServer Faces backing bean FacesBackingBean.


Required Element Summary
 String name
          The name of the shared flow, as declared in Jpf.SharedFlowRef.name() on Jpf.Controller.
 

Element Detail

name

public abstract String name
The name of the shared flow, as declared in Jpf.SharedFlowRef.name() on Jpf.Controller.