org.mmbase.applications.editwizard
Class Config.SubConfig
java.lang.Object
org.mmbase.applications.editwizard.Config.SubConfig
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Config.ListConfig, Config.WizardConfig
- Enclosing class:
- Config
public static class Config.SubConfig
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public boolean debug
wizard
public String wizard
page
public String page
popups
public HashMap<String,Stack<Config.SubConfig>> popups
attributes
public HashMap<String,Object> attributes
Config.SubConfig
public Config.SubConfig()
configure
public void configure(Config.Configurator configurator)
throws WizardException
- Basic configuration. The configuration object passed is updated with information retrieved
from the request object with which the configurator was created. The following parameters are accepted:
- wizard
//* - origin
//* - context
- debug
- Parameters:
configurator - the configurator containing request information
- Throws:
WizardException - if expected parameters were not given or ad bad content- Since:
- MMBase-1.6.4
getAttributes
public Map<String,Object> getAttributes()
- Returns available attributes in a map, so they can be passed to the list stylesheet
MMBase 2.0-SNAPSHOT - null