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


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.SharedFlowRef

Declaration of a shared flow reference, which maps a local shared flow name to an actual shared flow type. Referenced shared flows add common actions (addressed in the form "shared-flow-name.shared-flow-action-name") and fallback exception handlers, and can provide a location for shared state. This annotation is used within Jpf.Controller.


Required Element Summary
 String name
          The local name of the shared flow reference.
 Class type
          The actual type of the shared flow.
 

Element Detail

name

public abstract String name
The local name of the shared flow reference.


type

public abstract Class type
The actual type of the shared flow.