|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String action
public abstract String outputFormBean
action()
is raised.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |