程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsContainerPageBean |
CmsJspStandardContextBean.getDetailOnlyPage()
Returns the detail only page.
|
CmsContainerPageBean |
CmsJspStandardContextBean.getPage()
Returns the currently displayed container page.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsJspStandardContextBean.setDetailOnlyPage(CmsContainerPageBean detailOnlyPage)
Sets the detail only page.
|
void |
CmsJspStandardContextBean.setPage(CmsContainerPageBean page)
Sets the currently displayed container page.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsContainerPageBean |
CmsXmlContainerPage.addUnusedContainers(CmsObject cms,
java.util.Locale locale,
CmsContainerPageBean cntPage)
Merges the containers of the current document that are not used in the given container page with it.
|
CmsContainerPageBean |
CmsXmlContainerPage.getContainerPage(CmsObject cms,
java.util.Locale locale)
Returns the container page bean for the given locale.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsContainerPageBean |
CmsXmlContainerPage.addUnusedContainers(CmsObject cms,
java.util.Locale locale,
CmsContainerPageBean cntPage)
Merges the containers of the current document that are not used in the given container page with it.
|
byte[] |
CmsXmlContainerPage.createContainerPageXml(CmsObject cms,
java.util.Locale locale,
CmsContainerPageBean cntPage)
Saves a container page bean to the in-memory XML structure and returns the changed content.
|
void |
CmsXmlContainerPage.save(CmsObject cms,
java.util.Locale locale,
CmsContainerPageBean cntPage)
Saves given container page in the current locale, and not only in memory but also to VFS.
|
protected void |
CmsXmlContainerPage.saveContainerPage(CmsObject cms,
org.dom4j.Element parent,
CmsContainerPageBean cntPage)
Adds the given container page to the given element.
|
void |
CmsXmlContainerPage.writeContainerPage(CmsObject cms,
java.util.Locale locale,
CmsContainerPageBean cntPage)
Saves a container page in in-memory XML structure.
|