Uses of Interface
org.opencms.util.I_CmsMacroResolver
Packages that use I_CmsMacroResolver
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
Contains classes for the automatical notification of outdated, expiring or released content.
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
Contains code for the comparison view of the file history dialog.
Utility functions for String manipulation and other often used tasks.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsMacroResolver in org.opencms.jsp
Classes in org.opencms.jsp that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
Used to access and display XML content item information from the VFS. -
Uses of I_CmsMacroResolver in org.opencms.jsp.util
Classes in org.opencms.jsp.util that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
Resolves link macros for jsp pages.class
Macro resolver used to temporarily replace localization message macros with random UUIDs and then replace the UUIDs with the original key after all other macro processing has happened. -
Uses of I_CmsMacroResolver in org.opencms.notification
Classes in org.opencms.notification that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
MacroResolver for Notifications. -
Uses of I_CmsMacroResolver in org.opencms.search.galleries
Classes in org.opencms.search.galleries that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
Macro resolver used to resolve macros for the gallery name mapping. -
Uses of I_CmsMacroResolver in org.opencms.ui.dialogs.history.diff
Classes in org.opencms.ui.dialogs.history.diff that implement I_CmsMacroResolver -
Uses of I_CmsMacroResolver in org.opencms.util
Classes in org.opencms.util that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
Resolves macros in the form of%(key)
or${key}
in an input String.Methods in org.opencms.util that return I_CmsMacroResolverModifier and TypeMethodDescriptionstatic I_CmsMacroResolver
CmsMacroResolver.newWorkplaceLocaleResolver
(CmsObject cms) Returns a new macro resolver that loads message keys from the workplace bundle in the user setting's language.Methods in org.opencms.util with parameters of type I_CmsMacroResolverModifier and TypeMethodDescriptionstatic String
CmsMacroResolver.resolveMacros
(String input, I_CmsMacroResolver resolver) Resolves macros in the provided input String using the given macro resolver. -
Uses of I_CmsMacroResolver in org.opencms.workplace.tools
Classes in org.opencms.workplace.tools that implement I_CmsMacroResolverModifier and TypeClassDescriptionclass
Resolves special macros for the admin view. -
Uses of I_CmsMacroResolver in org.opencms.xml.content
Methods in org.opencms.xml.content with parameters of type I_CmsMacroResolverModifier and TypeMethodDescriptionstatic Map<String,
CmsXmlContentProperty> CmsXmlContentPropertyHelper.resolveMacrosInProperties
(Map<String, CmsXmlContentProperty> properties, I_CmsMacroResolver resolver) Resolves macros in all properties in a map.static CmsXmlContentProperty
CmsXmlContentPropertyHelper.resolveMacrosInProperty
(CmsXmlContentProperty property, I_CmsMacroResolver resolver) Resolves the macros in a single property.