| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFormatterBean |
CmsConfigurationReader.parseFormatter(java.lang.String typeName,
I_CmsXmlContentLocation node)
Parses a formatter bean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFlexFormatterBean
Formatter configuration for flex formatters.
|
class |
CmsFunctionFormatterBean
A bean containing formatter configuration data as strings.
|
class |
CmsMacroFormatterBean
Formatter configuration for macro formatters.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsFormatterBean |
CmsDynamicFunctionBean.createFormatterBean(CmsDynamicFunctionBean.Format format,
boolean isPreview)
Helper method to create a formatter bean from a format.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsFormatterBean> |
CmsDynamicFunctionBean.getFormatters()
Creates the formatter list for this dynamic function.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CmsFormatterBean> |
CmsDefaultXmlContentHandler.m_formatters
The list of formatters from the XSD.
|