@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:
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
startEvents
An optional list of events which mark the start of the wizard flow.
|
public abstract String[] startEvents
© Copyright 2005-2006, Stripes Development Team.