| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.jsp.PageContext |
page |
protected javax.servlet.http.HttpServletRequest |
request |
protected javax.servlet.http.HttpServletResponse |
response |
| Constructor and Description |
|---|
Configurator(javax.servlet.jsp.PageContext pageContext,
Config c) |
| Modifier and Type | Method and Description |
|---|---|
void |
config(Config.SubConfig config)
Configure a list or wizard.
|
Config.ListConfig |
createList()
Deprecated.
use createList(cloud)
|
Config.ListConfig |
createList(Cloud cloud) |
Config.WizardConfig |
createWizard(Cloud cloud) |
protected void |
fillAttributes(Map<String,Object> map)
Fills the given map with all attributes from the URI, but first all attributes from the
first call are added.
|
String |
getBackPage() |
javax.servlet.jsp.PageContext |
getPage() |
protected String |
getParam(String paramName) |
protected boolean |
getParam(String paramName,
boolean def) |
protected Boolean |
getParam(String paramName,
Boolean def) |
protected int |
getParam(String paramName,
int def) |
protected Integer |
getParam(String paramName,
Integer def) |
protected long |
getParam(String paramName,
long def) |
protected String |
getParam(String paramName,
String defaultValue) |
URL |
getResource(String path) |
URL |
resolveToURL(String templatePath) |
protected javax.servlet.jsp.PageContext page
protected javax.servlet.http.HttpServletRequest request
protected javax.servlet.http.HttpServletResponse response
public Configurator(javax.servlet.jsp.PageContext pageContext,
Config c)
throws WizardException,
MalformedURLException
WizardExceptionMalformedURLExceptionpublic URL resolveToURL(String templatePath) throws TransformerException
TransformerExceptionpublic javax.servlet.jsp.PageContext getPage()
protected int getParam(String paramName, int def)
protected long getParam(String paramName, long def)
protected boolean getParam(String paramName, boolean def)
protected void fillAttributes(Map<String,Object> map)
public String getBackPage()
public Config.ListConfig createList(Cloud cloud)
public Config.ListConfig createList()
public Config.WizardConfig createWizard(Cloud cloud) throws WizardException
WizardExceptionpublic void config(Config.SubConfig config) throws WizardException
config - the configuration object for the list or wizard.WizardExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}