程序包 | 说明 |
---|---|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContentWidgetVisitor
Visitor implementation that collects the different widgets for all visited values and all widgets for the found values.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContentMacroVisitor
Visitor implementation that provides macro resolving for all visited values.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsXmlContent.visitAllValuesWith(I_CmsXmlContentValueVisitor visitor)
Visits all values of this XML content with the given value visitor.
|