|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Wizard
Annotation that marks an ActionBean as representing a wizard user interface (i.e. one logical form or operation spread across several pages/request cycles). ActionBeans that are marked as Wizards are treated differently in the following ways:
Optional Element Summary | |
---|---|
String[] |
startEvents
An optional list of events which mark the start of the wizard flow. |
public abstract String[] startEvents
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |