| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsFormatterBean |
CmsElementUtil.getFormatterForContainer(CmsObject cms,
CmsContainerElementBean element,
CmsContainer container,
CmsADEConfigData config,
CmsADESessionCache cache)
Returns the formatter bean for the given element and container.
|
void |
CmsContainerpageService.setSessionCache(CmsADESessionCache cache)
Sets the session cache.
|
| Constructor and Description |
|---|
CmsModelGroupHelper(CmsObject cms,
CmsADEConfigData configData,
CmsADESessionCache sessionCache,
boolean isEditingModelGroups)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsADESessionCache |
CmsADESessionCache.getCache(javax.servlet.http.HttpServletRequest request,
CmsObject cms)
Gets the session cache for the current session.
|