Liferay 7.0-ga1 portal-impl

com.liferay.portlet.layoutsadmin.util
Class SitemapImpl

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

public class SitemapImpl
extends Object
implements com.liferay.layouts.admin.kernel.util.Sitemap


Constructor Summary
SitemapImpl()
           
 
Method Summary
 void addURLElement(com.liferay.portal.kernel.xml.Element element, String url, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 String encodeXML(String input)
           
 Map<Locale,String> getAlternateURLs(String canonicalURL, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Layout layout)
           
 String getSitemap(long groupId, boolean privateLayout, 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

SitemapImpl

public SitemapImpl()
Method Detail

addURLElement

public void addURLElement(com.liferay.portal.kernel.xml.Element element,
                          String url,
                          com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
                          Date modifiedDate,
                          String canonicalURL,
                          Map<Locale,String> alternateURLs)
Specified by:
addURLElement in interface com.liferay.layouts.admin.kernel.util.Sitemap

encodeXML

public String encodeXML(String input)
Specified by:
encodeXML in interface com.liferay.layouts.admin.kernel.util.Sitemap

getAlternateURLs

public Map<Locale,String> getAlternateURLs(String canonicalURL,
                                           com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
                                           com.liferay.portal.kernel.model.Layout layout)
                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getAlternateURLs in interface com.liferay.layouts.admin.kernel.util.Sitemap
Throws:
com.liferay.portal.kernel.exception.PortalException

getSitemap

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

Liferay 7.0-ga1 portal-impl