程序包 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的说明

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.

从以下版本开始:
6.0.0
另请参阅:
CmsObject, CmsResourceTypeJsp, CmsJspLoader