Abstract base class for all WPS control classes
WPS. | Abstract base class for all WPS control classes |
Properties | |
NAMESPACE_URI | Defines the Namespace URI for all Legato Control Element. |
PREFIX | Global defined prefix for all WPS Control classes. |
QName | Defines the qualified name. |
wpc: | XML based config for a WPS.Control subclass. |
XML based config for a WPS.Control subclass.
All legato controls could be configured using xml. If so, the config needs to define the namespace prefix (<PREFIX>). The needed NS URL should point to <NAMESPACE_URI>. After that you’re able to configure all legato control subclasses via XML.
A valid example could be
<lwpsc:someControl foo="bar"/>
For detailed informations have a look at the WPS.Control subclass documentation.