|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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.
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. |
public abstract Jpf.RaiseAction[] raiseActions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||