Liferay 7.0-ce-b4

com.liferay.portal.util
Class LayoutSitemapURLProvider

java.lang.Object
  extended by com.liferay.portal.util.LayoutSitemapURLProvider
All Implemented Interfaces:
SitemapURLProvider

public class LayoutSitemapURLProvider
extends Object
implements SitemapURLProvider


Constructor Summary
LayoutSitemapURLProvider()
           
 
Method Summary
 String getClassName()
           
 void visitLayout(Element element, Layout layout, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSitemapURLProvider

public LayoutSitemapURLProvider()
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface SitemapURLProvider

visitLayout

public void visitLayout(Element element,
                        Layout layout,
                        ThemeDisplay themeDisplay)
                 throws PortalException
Specified by:
visitLayout in interface SitemapURLProvider
Throws:
PortalException

Liferay 7.0-ce-b4