Panels Plugin for Calyxo Control
The plugin provides a dispatcher named panels for the Calyxo Control component. The panels dispatcher can be installed as the default dispatcher for the module. Alternatively, the panels dispatcher can be specified for a single action element or even for a single dispatch element.
The plugin is loaded in the module's controller configuration:
<calyxo-control-config version="0.9"
xmlns="http://calyxo.odysseus.de/xml/ns/control">
...
<plugin class="de.odysseus.calyxo.panels.control.PanelsPlugin">
<param name="config" value="/WEB-INF/calyxo-panels-config.xml"/>
<param name="global" value="true"/>
</plugin>
...
</calyxo-control-config>
The mandatory config parameter specifies the Calyxo Panels configuration file.
If the optional global parameter is set to "true", the panels dispatcher is installed as the default dispatcher.


