程序包 | 说明 |
---|---|
org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
org.opencms.xml |
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
|
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.
|
org.opencms.xml.page |
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsCategoryXmlContentHandler
已过时。
no longer needed since logic was moved to the default handler
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlContentHandler |
CmsXmlContentDefinition.getContentHandler()
Returns the selected XML content handler for this XML content definition.
|
I_CmsXmlContentHandler |
CmsXmlContentTypeManager.getContentHandler(java.lang.String className,
java.lang.String schemaLocation)
Returns the XML content handler instance class for the specified class name.
|
static I_CmsXmlContentHandler |
CmsXmlContentDefinition.getContentHandlerForResource(CmsObject cms,
CmsResource resource)
Returns a content handler instance for the given resource.
|
I_CmsXmlContentHandler |
CmsXmlContentTypeManager.getFreshContentHandler(java.lang.String className)
Returns a fresh XML content handler instance for the specified class name.
|
I_CmsXmlContentHandler |
I_CmsXmlDocument.getHandler()
Returns the content handler associated with the content definition of this XML document.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContainerPageHandler
Container page handler to validate consistency.
|
class |
CmsXmlDynamicFunctionHandler
This is the XML content handler class for the "dynamic functionality" resource type.
|
class |
CmsXmlGroupContainerHandler
The XML content handler class for group containers.
|
class |
CmsXmlInheritGroupContainerHandler
The XML content handler class for inheritance groups.
|
构造器和说明 |
---|
CmsSchemaFormatterBeanWrapper(CmsObject cms,
I_CmsFormatterBean wrappedBean,
I_CmsXmlContentHandler contentHandler,
CmsResource resource)
Creates a new wrapper instance.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDefaultXmlContentHandler
Default implementation for the XML content handler, will be used by all XML contents that do not
provide their own handler.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlContentHandler |
CmsXmlContent.getHandler() |
限定符和类型 | 方法和说明 |
---|---|
static CmsMacroResolver |
CmsXmlContentPropertyHelper.getMacroResolverForProperties(CmsObject cms,
I_CmsXmlContentHandler contentHandler)
Creates and configures a new macro resolver for resolving macros which occur in property definitions.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlContentHandler |
CmsXmlPage.getHandler() |