Uses of Class
org.opencms.jsp.util.CmsJspCategoryAccessBean
Packages that use CmsJspCategoryAccessBean
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 CmsJspCategoryAccessBean in org.opencms.jsp
Methods in org.opencms.jsp that return CmsJspCategoryAccessBeanModifier and TypeMethodDescriptionCmsJspResourceWrapper.getCategories()
Returns the categories assigned to this resource. -
Uses of CmsJspCategoryAccessBean in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsJspCategoryAccessBeanModifier and TypeMethodDescriptionCmsJspContentAccessBean.getReadCategories()
Reads and returns the categories assigned to the content's VFS resource.CmsJspStandardContextBean.getReadCategories()
Reads the categories assigned to the currently requested URI.Methods in org.opencms.jsp.util that return types with arguments of type CmsJspCategoryAccessBeanModifier and TypeMethodDescriptionCmsJspStandardContextBean.getReadAllSubCategories()
Reads all sub-categories below the provided category.CmsJspStandardContextBean.getReadResourceCategories()
Reads the categories assigned to a resource.CmsJspCategoryAccessBean.getSubCategories()
Returns a map from a category path to the wrapper of all the sub-categories of the category with the path given as key.