Uses of Enum
org.opencms.jsp.CmsJspNavBuilder.Visibility
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
-
Uses of CmsJspNavBuilder.Visibility in org.opencms.jsp
Modifier and TypeMethodDescriptionCmsJspNavBuilder.NavContext.getVisibility()
Gets the visibility setting.static CmsJspNavBuilder.Visibility
Returns the enum constant of this type with the specified name.static CmsJspNavBuilder.Visibility[]
CmsJspNavBuilder.Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCmsJspNavBuilder.getNavigationForFolder
(String folder, CmsJspNavBuilder.Visibility visibility, CmsResourceFilter resourceFilter) Collect all navigation elements from the files in the given folder.CmsJspNavBuilder.getSiteNavigation
(String folder, CmsJspNavBuilder.Visibility visibility, int endLevel) This method builds a complete navigation tree with entries of all branches from the specified folder.ModifierConstructorDescriptionNavContext
(CmsJspNavBuilder navBuilder, CmsJspNavBuilder.Visibility visibility, CmsResourceFilter filter) Creates a new instance.