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


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

An annotation used within Jpf.CommandHandler to specify that a form bean should be sent when a particular Page Flow action is raised.


Required Element Summary
 String action
          The name of the Page Flow action.
 
Optional Element Summary
 String outputFormBean
          The name of a member variable that will be sent when the action specified with action() is raised.
 

Element Detail

action

public abstract String action
The name of the Page Flow action.

outputFormBean

public abstract String outputFormBean
The name of a member variable that will be sent when the action specified with action() is raised.

Default:
""