Package org.opencms.jsp.util

Utility classes to be used for JSP pages.

See:
          Description

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 ...
CmsJspElFunctions Provides utility methods to be used as functions from a JSP with the EL.
CmsJspLinkMacroResolver Resolves link macros for jsp pages.
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.
 

Package org.opencms.jsp.util Description

Utility classes to be used for JSP pages.

Since:
6.0.0
Version:
$Revision: 1.6 $
See Also:
CmsJspActionElement