Uses of Class
info.magnolia.module.googlesitemap.bean.SiteMapEntry

Packages that use SiteMapEntry
info.magnolia.module.googlesitemap.bean   
info.magnolia.module.googlesitemap.model   
info.magnolia.module.googlesitemap.model.components   
info.magnolia.module.googlesitemap.service   
 

Uses of SiteMapEntry in info.magnolia.module.googlesitemap.bean
 

Methods in info.magnolia.module.googlesitemap.bean with parameters of type SiteMapEntry
 int SiteMapEntry.compareTo(SiteMapEntry obj)
          Implementation for the Comparable Interface.
 

Uses of SiteMapEntry in info.magnolia.module.googlesitemap.model
 

Methods in info.magnolia.module.googlesitemap.model that return types with arguments of type SiteMapEntry
 Iterator<SiteMapEntry> SiteMapModel.getSiteMapBeans()
          Get Site and virtualUri informations if they are defined as components.
 

Uses of SiteMapEntry in info.magnolia.module.googlesitemap.model.components
 

Methods in info.magnolia.module.googlesitemap.model.components that return types with arguments of type SiteMapEntry
 Iterator<SiteMapEntry> VirtualUriComponent.getSiteMapEntry(String type)
          Get SiteMapEntry for Editing.
 Iterator<SiteMapEntry> SiteComponent.getSiteMapEntry(String type)
          Get SiteMapEntry for Editing.
 

Uses of SiteMapEntry in info.magnolia.module.googlesitemap.service
 

Methods in info.magnolia.module.googlesitemap.service that return types with arguments of type SiteMapEntry
 List<SiteMapEntry> SiteMapService.getSiteMapBeanForSite(javax.jcr.Node rootNode, boolean isForEdit)
          Create the SiteMapEntry for all child's of the rootNode that are of type MgnlNodeType.NT_CONTENT.
 List<SiteMapEntry> SiteMapService.getSiteMapBeanForVirtualUri(boolean isForEdit)
          Create the SiteMapEntry List corresponding to the uriMapping.
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.