public static class Config.SubConfig extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,Object> |
attributes |
boolean |
debug |
String |
page |
HashMap<String,Stack<Config.SubConfig>> |
popups |
String |
wizard |
| Constructor and Description |
|---|
SubConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Config.Configurator configurator)
Basic configuration.
|
Map<String,Object> |
getAttributes()
Returns available attributes in a map, so they can be passed to the list stylesheet
|
public boolean debug
public String wizard
public String page
public HashMap<String,Stack<Config.SubConfig>> popups
public void configure(Config.Configurator configurator) throws WizardException
configurator - the configurator containing request informationWizardException - if expected parameters were not given or ad bad contentMMBase 1.9-SNAPSHOT - ${javadoctimestamp}