Configuration
Throughout this reference, required attributes appear strong. Dynamic attributes (attributes, whose value may contains EL expressions) appear emphasized.
The elements described in the following sections are defined within namespace
http://calyxo.odysseus.de/xml/ns/control
If the XML parser doesn't support XML Schema, DTD validation has to be used by declaring the Calyxo Control document type as in:
<!DOCTYPE calyxo-control-config PUBLIC "-//Odysseus Software GmbH//DTD Calyxo Control 0.9//EN" "calyxo-control-config.dtd">
Elements
| Name | Description |
|---|---|
| calyxo-control-config | Root element of a Calyxo Control configuration file. |
| plugins | Container element for plugin definitions. |
| plugin | Defines a controller plugin. |
| dispatches | Container element for global dispatch definitions. |
| dispatch | Defines a dispatch configuration. |
| exception-handlers | Container element for global exception handler definitions. |
| exception-handler | Defines an exception handler. |
| actions | Container element for action definitions. |
| action | Defines an action. |
| filter | Defines an action filter. |
| param | Defines a parameter. |


