Liferay 7.0-ce-b4

com.liferay.portlet.layoutsadmin.util
Class SitemapURLProviderRegistryUtil

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.util.SitemapURLProviderRegistryUtil

@ProviderType
public class SitemapURLProviderRegistryUtil
extends Object


Method Summary
static SitemapURLProvider getSitemapURLProvider(String className)
           
static List<SitemapURLProvider> getSitemapURLProviders()
           
static void register(SitemapURLProvider sitemapURLProvider)
           
static void unregister(List<SitemapURLProvider> sitemapURLProviders)
           
static void unregister(SitemapURLProvider sitemapURLProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSitemapURLProvider

public static SitemapURLProvider getSitemapURLProvider(String className)

getSitemapURLProviders

public static List<SitemapURLProvider> getSitemapURLProviders()

register

public static void register(SitemapURLProvider sitemapURLProvider)

unregister

public static void unregister(List<SitemapURLProvider> sitemapURLProviders)

unregister

public static void unregister(SitemapURLProvider sitemapURLProvider)

Liferay 7.0-ce-b4