Liferay 6.2-ce-ga5

com.liferay.portlet.layoutsadmin.util
Class SitemapImpl

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

public class SitemapImpl
extends Object
implements Sitemap


Constructor Summary
SitemapImpl()
           
 
Method Summary
protected  void addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 String encodeXML(String input)
           
protected  Map<Locale,String> getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
 String getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
protected  void visitArticles(Element element, Layout layout, ThemeDisplay themeDisplay)
           
protected  void visitLayout(Element element, Layout layout, ThemeDisplay themeDisplay)
           
protected  void visitLayouts(Element element, List<Layout> layouts, 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 String encodeXML(String input)
Specified by:
encodeXML in interface Sitemap

getSitemap

public String getSitemap(long groupId,
                         boolean privateLayout,
                         ThemeDisplay themeDisplay)
                  throws PortalException,
                         SystemException
Specified by:
getSitemap in interface Sitemap
Throws:
PortalException
SystemException

addURLElement

protected void addURLElement(Element element,
                             String url,
                             UnicodeProperties typeSettingsProperties,
                             Date modifiedDate,
                             String canonicalURL,
                             Map<Locale,String> alternateURLs)

getAlternateURLs

protected Map<Locale,String> getAlternateURLs(String canonicalURL,
                                              ThemeDisplay themeDisplay,
                                              Layout layout)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

visitArticles

protected void visitArticles(Element element,
                             Layout layout,
                             ThemeDisplay themeDisplay)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

visitLayout

protected void visitLayout(Element element,
                           Layout layout,
                           ThemeDisplay themeDisplay)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

visitLayouts

protected void visitLayouts(Element element,
                            List<Layout> layouts,
                            ThemeDisplay themeDisplay)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5