Uses of Class
org.opencms.jsp.CmsJspNavBuilder
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
-
Uses of CmsJspNavBuilder in org.opencms.jsp
Modifier and TypeMethodDescriptionCmsJspNavBuilder.NavContext.getNavBuilder()
Gets the navigation builder.CmsJspResourceWrapper.getNavBuilder()
Returns the navigation builder for this resource.CmsJspActionElement.getNavigation()
Returns an initializedCmsJspNavBuilder
instance.ModifierConstructorDescriptionNavContext
(CmsJspNavBuilder navBuilder, CmsJspNavBuilder.Visibility visibility, CmsResourceFilter filter) Creates a new instance. -
Uses of CmsJspNavBuilder in org.opencms.jsp.util
Modifier and TypeFieldDescriptionprotected CmsJspNavBuilder
CmsJspNavigationBean.m_builder
The navigation builder.