Uses of Class
org.opencms.staticexport.CmsLinkTable
Package
Description
Contains the functionality for the static HTML page export.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of CmsLinkTable in org.opencms.staticexport
Modifier and TypeMethodDescriptionCmsLinkProcessor.getLinkTable()
Returns the link table this link processor was initialized with.ModifierConstructorDescriptionCmsLinkProcessor
(CmsObject cms, CmsLinkTable linkTable, String encoding, String relativePath) Creates a new link processor. -
Uses of CmsLinkTable in org.opencms.xml
Modifier and TypeMethodDescriptionI_CmsXmlDocument.getLinkProcessor
(CmsObject cms, CmsLinkTable linkTable) Returns a link processor for the values of this XML document. -
Uses of CmsLinkTable in org.opencms.xml.content
Modifier and TypeMethodDescriptionCmsXmlContent.getLinkProcessor
(CmsObject cms, CmsLinkTable linkTable) -
Uses of CmsLinkTable in org.opencms.xml.page
Modifier and TypeMethodDescriptionCmsXmlPage.getLinkTable
(String name, Locale locale) Returns the link table of an element.Modifier and TypeMethodDescriptionCmsXmlPage.getLinkProcessor
(CmsObject cms, CmsLinkTable linkTable) -
Uses of CmsLinkTable in org.opencms.xml.types
Modifier and TypeMethodDescriptionCmsXmlHtmlValue.getLinkTable()
Returns the link table of this XML page element.