All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.jsp.package.html Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 17.0
Show newest version







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 {@link org.opencms.jsp.CmsJspActionElement} from the current JSP. Using the action element you can also access the current users OpenCms context in a {@link org.opencms.file.CmsObject}, by using {@link org.opencms.jsp.CmsJspBean#getCmsObject()}.

To aid in template navigation building, have a look at the {@link org.opencms.jsp.CmsJspNavBuilder} which provides a large selection of methods to easily create dynamic navigations.

@since 6.0.0 @see org.opencms.file.CmsObject @see org.opencms.file.types.CmsResourceTypeJsp @see org.opencms.loader.CmsJspLoader





© 2015 - 2024 Weber Informatics LLC | Privacy Policy