Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.util
Class LayoutSitemapURLProvider

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

public class LayoutSitemapURLProvider
extends Object
implements com.liferay.layouts.admin.kernel.util.SitemapURLProvider


Constructor Summary
LayoutSitemapURLProvider()
           
 
Method Summary
 String getClassName()
           
 void visitLayout(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.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 com.liferay.layouts.admin.kernel.util.SitemapURLProvider

visitLayout

public void visitLayout(com.liferay.portal.kernel.xml.Element element,
                        com.liferay.portal.kernel.model.Layout layout,
                        com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
visitLayout in interface com.liferay.layouts.admin.kernel.util.SitemapURLProvider
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b7 portal-impl