Uses of Class
org.opencms.staticexport.CmsLinkTable
Packages that use 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
Methods in org.opencms.staticexport that return CmsLinkTableModifier and TypeMethodDescriptionCmsLinkProcessor.getLinkTable()
Returns the link table this link processor was initialized with.Constructors in org.opencms.staticexport with parameters of type CmsLinkTableModifierConstructorDescriptionCmsLinkProcessor
(CmsObject cms, CmsLinkTable linkTable, String encoding, String relativePath) Creates a new link processor. -
Uses of CmsLinkTable in org.opencms.xml
Methods in org.opencms.xml with parameters of type CmsLinkTableModifier 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
Methods in org.opencms.xml.content with parameters of type CmsLinkTableModifier and TypeMethodDescriptionCmsXmlContent.getLinkProcessor
(CmsObject cms, CmsLinkTable linkTable) -
Uses of CmsLinkTable in org.opencms.xml.page
Methods in org.opencms.xml.page that return CmsLinkTableModifier and TypeMethodDescriptionCmsXmlPage.getLinkTable
(String name, Locale locale) Returns the link table of an element.Methods in org.opencms.xml.page with parameters of type CmsLinkTableModifier and TypeMethodDescriptionCmsXmlPage.getLinkProcessor
(CmsObject cms, CmsLinkTable linkTable) -
Uses of CmsLinkTable in org.opencms.xml.types
Methods in org.opencms.xml.types that return CmsLinkTableModifier and TypeMethodDescriptionCmsXmlHtmlValue.getLinkTable()
Returns the link table of this XML page element.