Package | Description |
---|---|
org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
Modifier and Type | Method and Description |
---|---|
static CmsModuleXmlHandler.XmlWriteMode |
CmsModuleXmlHandler.XmlWriteMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsModuleXmlHandler.XmlWriteMode[] |
CmsModuleXmlHandler.XmlWriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.dom4j.Element |
CmsModuleXmlHandler.generateXml(CmsModule module,
CmsModuleXmlHandler.XmlWriteMode writeMode)
Generates a detached XML element for a module.
|