| Package | Description |
|---|---|
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CmsVfsSitemapService.prepareReloadSitemap(CmsUUID rootId,
CmsSitemapData.EditorMode mode) |
void |
CmsVfsSitemapService.setEditorMode(CmsSitemapData.EditorMode editorMode) |
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapData.EditorMode |
CmsSitemapData.getEditorMode()
Returns the editor mode.
|
static CmsSitemapData.EditorMode |
CmsSitemapData.EditorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSitemapData.EditorMode[] |
CmsSitemapData.EditorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsSitemapData(java.util.Map<java.lang.String,CmsClientTemplateBean> templates,
java.util.Map<java.lang.String,CmsXmlContentProperty> properties,
CmsSitemapClipboardData clipboardData,
java.util.List<CmsContextMenuEntryBean> contextMenuEntries,
java.util.Map<java.lang.String,CmsClientProperty> parentProperties,
java.util.List<java.lang.String> allPropNames,
java.lang.String exportRfsPrefix,
boolean isSecure,
java.lang.String noEditReason,
boolean displayToolbar,
CmsNewResourceInfo defaultNewElementInfo,
java.util.List<CmsNewResourceInfo> newElementInfos,
CmsNewResourceInfo newRedirectElementInfo,
CmsNewResourceInfo newNavigationLevelElementInfo,
CmsSitemapInfo sitemapInfo,
java.lang.String parentSitemap,
CmsClientSitemapEntry root,
java.lang.String openPath,
int maxDepth,
CmsDetailPageTable detailPageTable,
java.util.List<CmsNewResourceInfo> resourceTypeInfos,
java.lang.String returnCode,
boolean canEditDetailPages,
java.lang.String aliasImportUrl,
boolean canEditAliases,
boolean createNewFoldersForSubsitemaps,
boolean galleryManager,
boolean categoryManager,
java.util.List<CmsListInfoBean> subsitemapTypeInfos,
CmsSitemapData.EditorMode editorMode,
java.lang.String defaultGalleryFolder,
boolean showModelEditConfirm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
I_CmsSitemapService.prepareReloadSitemap(CmsUUID rootId,
CmsSitemapData.EditorMode mode)
Prepares sitemap reloading for the given sitemap root.
|
void |
I_CmsSitemapServiceAsync.prepareReloadSitemap(CmsUUID rootId,
CmsSitemapData.EditorMode mode,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> resultUrl)
Prepares sitemap reloading for the given sitemap root.
|
void |
I_CmsSitemapService.setEditorMode(CmsSitemapData.EditorMode editorMode)
Sets the editor mode in the current user session.
|
void |
I_CmsSitemapServiceAsync.setEditorMode(CmsSitemapData.EditorMode editorMode,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the editor mode in the current user session.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapData.EditorMode |
CmsADESessionCache.getSitemapEditorMode()
Returns the sitemap editor mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsADESessionCache.setSitemapEditorMode(CmsSitemapData.EditorMode sitemapEditorMode)
Sets the sitemap editor mode.
|