com.liferay.portlet.layoutsadmin.util
Class SitemapImpl

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.util.SitemapImpl
All Implemented Interfaces:
com.liferay.portlet.layoutsadmin.util.Sitemap

public class SitemapImpl
extends java.lang.Object
implements com.liferay.portlet.layoutsadmin.util.Sitemap

Author:
Jorge Ferrer

Constructor Summary
SitemapImpl()
           
 
Method Summary
 java.lang.String encodeXML(java.lang.String input)
           
 java.lang.String getSitemap(long groupId, boolean privateLayout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
protected  void visitArticles(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
protected  void visitLayout(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
protected  void visitLayouts(com.liferay.portal.kernel.xml.Element element, java.util.List<com.liferay.portal.model.Layout> layouts, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapImpl

public SitemapImpl()
Method Detail

encodeXML

public java.lang.String encodeXML(java.lang.String input)
Specified by:
encodeXML in interface com.liferay.portlet.layoutsadmin.util.Sitemap

getSitemap

public java.lang.String getSitemap(long groupId,
                                   boolean privateLayout,
                                   com.liferay.portal.theme.ThemeDisplay themeDisplay)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getSitemap in interface com.liferay.portlet.layoutsadmin.util.Sitemap
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

visitArticles

protected void visitArticles(com.liferay.portal.kernel.xml.Element element,
                             com.liferay.portal.model.Layout layout,
                             com.liferay.portal.theme.ThemeDisplay themeDisplay)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

visitLayout

protected void visitLayout(com.liferay.portal.kernel.xml.Element element,
                           com.liferay.portal.model.Layout layout,
                           com.liferay.portal.theme.ThemeDisplay themeDisplay)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

visitLayouts

protected void visitLayouts(com.liferay.portal.kernel.xml.Element element,
                            java.util.List<com.liferay.portal.model.Layout> layouts,
                            com.liferay.portal.theme.ThemeDisplay themeDisplay)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException