| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| 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 |
|---|---|
CmsInheritanceInfo |
CmsContainerElement.getInheritanceInfo()
Returns the inheritance info for this element.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsInheritanceInfo> |
CmsContainerElementData.getInheritanceInfos()
Returns the inheritance infos off all sub-items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerElement.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo)
Sets the inheritance info for this element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerElementData.setInheritanceInfos(java.util.List<CmsInheritanceInfo> inheritanceInfos)
Sets the inheritance infos.
|
| Modifier and Type | Method and Description |
|---|---|
CmsInheritanceInfo |
CmsJspStandardContextBean.CmsContainerElementWrapper.getInheritanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsJspStandardContextBean.CmsContainerElementWrapper.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo) |
| Modifier and Type | Method and Description |
|---|---|
CmsInheritanceInfo |
CmsContainerElementBean.getInheritanceInfo()
Returns the inheritance info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerElementBean.setInheritanceInfo(CmsInheritanceInfo inheritanceInfo)
Sets the inheritance info for this element.
|