| Package | Description |
|---|---|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.notification |
Contains classes for the automatical notification of outdated, expiring or released content.
|
| org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
| org.opencms.ui.dialogs.history.diff |
Contains code for the comparison view of the file history dialog
|
| org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspTagContentInfo
Used to access and display XML content item information from the VFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspLinkMacroResolver
Resolves link macros for jsp pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsNotificationMacroResolver
MacroResolver for Notifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGalleryNameMacroResolver
Macro resolver used to resolve macros for the gallery name mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsVersionMacroResolver |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsMacroResolver
Resolves macros in the form of
%(key) or ${key} in an input String. |
| Modifier and Type | Method and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
static java.lang.String |
CmsMacroResolver.resolveMacros(java.lang.String input,
I_CmsMacroResolver resolver)
Resolves macros in the provided input String using the given macro resolver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsToolMacroResolver
Resolves special macros for the admin view.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,CmsXmlContentProperty> |
CmsXmlContentPropertyHelper.resolveMacrosInProperties(java.util.Map<java.lang.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.
|