Liferay 7.0-ga1 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()
           
protected  void visitLayout(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
           
 void visitLayoutSet(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.kernel.model.LayoutSet layoutSet, 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

visitLayoutSet

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

visitLayout

protected 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
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl