Liferay 7.0-ce-b4

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

Packages that use SitemapURLProvider
com.liferay.portlet.layoutsadmin.util   
 

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)
           
 


Liferay 7.0-ce-b4