| Package | Description |
|---|---|
| org.mmbase.applications.editwizard |
This package contains the classes used by the Editwizards to pass
commands to MMBase.
|
| Modifier and Type | Field and Description |
|---|---|
URIResolver |
Config.uriResolver |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Utils.transformNode(Node node,
String xslFile,
URIResolver uri,
Writer out,
Map<String,?> params,
Cloud cloud) |
static Node |
Utils.transformNode(Node node,
URL xslFile,
URIResolver uri)
same as above, but now the result is returned in a new Node and some less params.
|
static Node |
Utils.transformNode(Node node,
URL xslFile,
URIResolver uri,
Map<String,?> params,
Cloud cloud)
same as above, but now you can supply a params hashtable.
|
static void |
Utils.transformNode(Node node,
URL xslFile,
URIResolver uri,
Result result,
Map<String,?> params,
Cloud cloud)
This method does a standard XSL(T) transform on a node as a base context node and sends it to the given Result result.
|
static void |
Utils.transformNode(Node node,
URL xslFile,
URIResolver uri,
Writer out)
same as above, but now the result is written to the writer.
|
static void |
Utils.transformNode(Node node,
URL xslFile,
URIResolver uri,
Writer out,
Map<String,?> params,
Cloud cloud)
same as above, but now the result is written to the writer and you can use params.
|
| Constructor and Description |
|---|
Wizard(javax.servlet.http.HttpServletRequest request,
URIResolver uri,
Config.WizardConfig wizardConfig,
Cloud cloud)
Constructor.
|
Wizard(javax.servlet.http.HttpServletRequest request,
URIResolver uri,
String wizardname,
String dataid,
Cloud cloud)
Deprecated.
use Wizard(String, URIResolver, Config.WizardConfig, Cloud)
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}