Class CmsJspCategoryAccessBean

java.lang.Object
org.opencms.jsp.util.CmsJspCategoryAccessBean

public class CmsJspCategoryAccessBean extends Object
Bean for easy access to categories of a resource in JSPs.
  • Constructor Details

  • Method Details

    • getAllItems

      Returns all wrapped categories.
      Returns:
      all wrapped categories.
    • getIsEmpty

      public boolean getIsEmpty()
      Returns true if there is no category wrapped, otherwise false.
      Returns:
      true if there is no category wrapped, otherwise false.
    • getLeafItems

      Returns only the leaf categories of the wrapped categories. The method assumes that categories are ordered in the list, i.e., parents are directly followed by their children. NOTE: In the complete category tree a leaf of the wrapped tree part may not be a leaf.
      Returns:
      only the leaf categories of the wrapped categories.
    • 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.
      Returns:
      a map from a category path to all sub-categories of the path's category.
    • getTopItems

      Returns all categories that are direct children of the current main category.
      Returns:
      all categories that are direct children of the current main category.