程序包 | 说明 |
---|---|
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.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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsJspTagContentInfo
Used to access and display XML content item information from the VFS.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsJspLinkMacroResolver
Resolves link macros for jsp pages.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsMacroResolver
Resolves macros in the form of
%(key) or ${key} in an input String. |
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsToolMacroResolver
Resolves special macros for the admin view.
|