Package org.opencms.jsp.util

Utility classes to be used for JSP pages.

See:
          Description

Interface Summary
I_CmsJspDeviceSelector This interface supports the basic functionality for the device detection.
 

Class Summary
CmsErrorBean Class to display the error dialog.
CmsJspContentAccessBean Allows access to the individual elements of an XML content, usually used inside a loop of a <cms:contentload> tag.
CmsJspContentAccessValueWrapper Allows direct access to XML content values, with possible iteration of sub-nodes.
CmsJspContentLoadBean Allows JSP access to the results of a <cms:contentload ...
CmsJspDeviceSelector This class provides the detection for different devices, so that the <cms:device type="..."
CmsJspElFunctions Provides utility methods to be used as functions from a JSP with the EL.
CmsJspLinkMacroResolver Resolves link macros for jsp pages.
CmsJspNavigationBean Allows access to the OpenCms navigation information in combination with the <cms:navigation> tag.
CmsJspResourceAccessBean Allows access to the attributes and properties of a resource, usually used inside a loop of a <cms:resourceload> tag.
CmsJspResourceLoadBean Allows JSP access to the results of a <cms:resourceload ...
CmsJspStandardContextBean Allows convenient access to the most important OpenCms functions on a JSP page, indented to be used from a JSP with the JSTL or EL.
CmsJspStatusBean This bean provides methods to generate customized http status error pages, e.g. to handle 404 (not found) errors.
CmsJspVfsAccessBean Provides utility methods that allow convenient access to the OpenCms VFS, indented to be used from a JSP with the JSTL or EL.
Messages Convenience class to access the localized messages of this OpenCms package.
 

Package org.opencms.jsp.util Description

Utility classes to be used for JSP pages.

Since:
6.0.0
See Also:
CmsJspActionElement