程序包 | 说明 |
---|---|
org.opencms.ade.configuration | |
org.opencms.ade.configuration.formatters | |
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFormatterBean |
CmsConfigurationReader.parseFormatter(java.lang.String typeName,
I_CmsXmlContentLocation node)
Parses a formatter bean.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFormatterBean |
CmsFormatterBeanParser.parse(CmsXmlContent content,
java.lang.String location,
java.lang.String id)
Reads the formatter bean from the given XML content.
|
protected CmsFormatterBean |
CmsFormatterConfigurationCache.readFormatter(CmsUUID structureId)
Reads a formatter given its structure id and returns it, or null if the formatter couldn't be read.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsFormatterBean |
CmsDynamicFunctionBean.createFormatterBean(CmsDynamicFunctionBean.Format format,
boolean isPreview)
Helper method to create a formatter bean from a format.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsFormatterBean> |
CmsDynamicFunctionBean.getFormatters()
Creates the formatter list for this dynamic function.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<CmsFormatterBean> |
CmsDefaultXmlContentHandler.m_formatters
The list of formatters from the XSD.
|