Uses of Class
org.opencms.ade.sitemap.shared.CmsClientSitemapEntry
Packages that use CmsClientSitemapEntry
Package
Description
Server side of the sitemap view.
Shared Client-Server side of the sitemap view.
Shared RPC interfaces.
Vaadin GUI components and utilities for use in the sitemap editor.
-
Uses of CmsClientSitemapEntry in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap that return CmsClientSitemapEntryModifier and TypeMethodDescriptionCmsVfsSitemapService.getChildren
(String entryPointUri, CmsUUID entryId, int levels) Methods in org.opencms.ade.sitemap that return types with arguments of type CmsClientSitemapEntryModifier and TypeMethodDescriptionCmsSitemapSessionCache.getRecentList()
Returns the cached recent list.Method parameters in org.opencms.ade.sitemap with type arguments of type CmsClientSitemapEntryModifier and TypeMethodDescriptionvoid
CmsSitemapSessionCache.setRecentList
(List<CmsClientSitemapEntry> list) Caches the given recent list. -
Uses of CmsClientSitemapEntry in org.opencms.ui.sitemap
Methods in org.opencms.ui.sitemap that return CmsClientSitemapEntryModifier and TypeMethodDescriptionCmsSitemapTreeNodeData.getClientEntry()
Gets the client sitemap entry.Methods in org.opencms.ui.sitemap with parameters of type CmsClientSitemapEntryModifier and TypeMethodDescriptionvoid
CmsSitemapTreeNodeData.setClientEntry
(CmsClientSitemapEntry entry) Sets the client entry.