| Package | Description |
|---|---|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspCategoryAccessBean |
CmsJspStandardContextBean.getReadCategories()
Reads the categories assigned to the currently requested URI.
|
CmsJspCategoryAccessBean |
CmsJspContentAccessBean.getReadCategories()
Reads and returns the categories assigned to the content's VFS resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsJspCategoryAccessBean> |
CmsJspStandardContextBean.getReadAllSubCategories()
Reads all sub-categories below the provided category.
|
java.util.Map<java.lang.String,CmsJspCategoryAccessBean> |
CmsJspStandardContextBean.getReadResourceCategories()
Reads the categories assigned to a resource.
|
java.util.Map<java.lang.String,CmsJspCategoryAccessBean> |
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.
|