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


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface Jpf.CommandHandler

Method-level annotation that configures a JavaServerFaces command handler which intends to raise Page Flow actions. Valid inside a JSF backing bean. The method signature is the standard one for a JSF command handler:

public String myCommandHandler()
where the String returned is the name of a Page Flow action.

See Also:
Jpf.FacesBacking

Optional Element Summary
 Jpf.RaiseAction[] raiseActions
          An array of RaiseAction annotations, which cause form beans to be sent when particular Page Flow actions are raised.
 

raiseActions

public abstract Jpf.RaiseAction[] raiseActions
An array of RaiseAction annotations, which cause form beans to be sent when particular Page Flow actions are raised.

Default:
{}