Package 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.

Most of the classes in this package implement the <cms:> taglib. To access the exact same functionality using scriptlets, obtain an instance of a CmsJspActionElement from the current JSP. Using the action element you can also access the current users OpenCms context in a CmsObject, by using CmsJspBean.getCmsObject().

To aid in template navigation building, have a look at the CmsJspNavBuilder which provides a large selection of methods to easily create dynamic navigations.

Since:
6.0.0
See Also:
CmsObject, CmsResourceTypeJsp, CmsJspLoader