Uses of Interface
org.opencms.util.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
Modifier and TypeClassDescriptionclass
Used to access and display XML content item information from the VFS. -
Uses of I_CmsMacroResolver in org.opencms.jsp.util
Modifier 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
Modifier and TypeClassDescriptionclass
MacroResolver for Notifications. -
Uses of I_CmsMacroResolver in org.opencms.search.galleries
Modifier and TypeClassDescriptionclass
Macro resolver used to resolve macros for the gallery name mapping. -
Uses of I_CmsMacroResolver in org.opencms.ui.dialogs.history.diff
-
Uses of I_CmsMacroResolver in org.opencms.util
Modifier and TypeClassDescriptionclass
Resolves macros in the form of%(key)
or${key}
in an input String.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Resolves special macros for the admin view. -
Uses of I_CmsMacroResolver in org.opencms.xml.content
Modifier 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.