Uses of Interface
org.opencms.staticexport.I_CmsLinkSubstitutionHandler
Packages that use I_CmsLinkSubstitutionHandler
Package
Description
Contains the functionality for the static HTML page export.
-
Uses of I_CmsLinkSubstitutionHandler in org.opencms.staticexport
Classes in org.opencms.staticexport that implement I_CmsLinkSubstitutionHandlerModifier and TypeClassDescriptionclassAdvanced link substitution behavior.classDefault link substitution behavior.classLink substitution handler required to render single tree localized sites.Methods in org.opencms.staticexport that return I_CmsLinkSubstitutionHandlerModifier and TypeMethodDescriptionCmsStaticExportManager.getLinkSubstitutionHandler()Returns the configured link substitution handler class.Methods in org.opencms.staticexport with parameters of type I_CmsLinkSubstitutionHandlerModifier and TypeMethodDescriptionvoidCmsLinkManager.setLinkSubstitutionHandler(CmsObject cms, I_CmsLinkSubstitutionHandler linkSubstitutionHandler) Sets the internal link substitution handler.Constructors in org.opencms.staticexport with parameters of type I_CmsLinkSubstitutionHandlerModifierConstructorDescriptionCmsLinkManager(I_CmsLinkSubstitutionHandler linkSubstitutionHandler) Public constructor.