org.mmbase.applications.editwizard
Class Config
java.lang.Object
org.mmbase.applications.editwizard.Config
- All Implemented Interfaces:
- Serializable
- public class Config
- extends Object
- implements Serializable
This struct contains configuration information for the jsps. This
thing is put in the session. A subclass 'Configurator' can be used
to fill this struct.
- Since:
- MMBase-1.6
- Version:
- $Id: Config.java,v 1.60 2006/03/30 16:40:57 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_UPLOAD_SIZE
public static final int DEFAULT_MAX_UPLOAD_SIZE
- Default maximum upload size for files (4 MB).
- See Also:
- Constant Field Values
sessionKey
public String sessionKey
uriResolver
public URIResolver uriResolver
maxupload
public int maxupload
subObjects
public Stack subObjects
sessionId
public String sessionId
backPage
public String backPage
templates
public String templates
language
public String language
timezone
public String timezone
attributes
protected Map attributes
- Contains all auxiliary attributes to the first page. Using this map, they can be found in
sub pages as well.
- Since:
- MMBase-1.7
Config
public Config()
MMBase build 1.8.1.20060716