| Package | Description |
|---|---|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContainerBean |
CmsJspStandardContextBean.getContainer()
Returns the container the currently rendered element is part of.
|
CmsContainerBean |
CmsJspStandardContextBean.getParentContainer()
Returns the parent container to the current container if available.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsContainerBean> |
CmsJspStandardContextBean.getParentContainers()
Returns the instance id parent container mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsJspStandardContextBean.setContainer(CmsContainerBean container)
Sets the container the currently rendered element is part of.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsContainerBean> |
CmsContainerPageBean.getContainers()
Returns all container of this page.
|
| Constructor and Description |
|---|
CmsContainerPageBean(java.util.List<CmsContainerBean> containers)
Creates a new container page bean.
|