Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.layoutsadmin.util.SitemapURLProvider

Packages that use SitemapURLProvider
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.layoutsadmin.util   
 

Uses of SitemapURLProvider in com.liferay.portal.util
 

Classes in com.liferay.portal.util that implement SitemapURLProvider
 class LayoutSitemapURLProvider
           
 

Uses of SitemapURLProvider in com.liferay.portlet.layoutsadmin.util
 

Methods in com.liferay.portlet.layoutsadmin.util that return SitemapURLProvider
static SitemapURLProvider SitemapURLProviderRegistryUtil.getSitemapURLProvider(String className)
           
 

Methods in com.liferay.portlet.layoutsadmin.util that return types with arguments of type SitemapURLProvider
static List<SitemapURLProvider> SitemapURLProviderRegistryUtil.getSitemapURLProviders()
           
 

Methods in com.liferay.portlet.layoutsadmin.util with parameters of type SitemapURLProvider
static void SitemapURLProviderRegistryUtil.register(SitemapURLProvider sitemapURLProvider)
           
static void SitemapURLProviderRegistryUtil.unregister(SitemapURLProvider sitemapURLProvider)
           
 

Method parameters in com.liferay.portlet.layoutsadmin.util with type arguments of type SitemapURLProvider
static void SitemapURLProviderRegistryUtil.unregister(List<SitemapURLProvider> sitemapURLProviders)
           
protected  void SitemapImpl.visitLayouts(Element element, List<Layout> layouts, List<SitemapURLProvider> sitemapURLProviders, ThemeDisplay themeDisplay)
           
 


Liferay 7.0-ce-b4