Liferay 7.0-ce-b4

com.liferay.portlet.layoutsadmin.util
Interface Sitemap

All Known Implementing Classes:
SitemapImpl

public interface Sitemap


Method Summary
 void addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 String encodeXML(String input)
           
 Map<Locale,String> getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
 String getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
 

Method Detail

addURLElement

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

encodeXML

String encodeXML(String input)

getAlternateURLs

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

getSitemap

String getSitemap(long groupId,
                  boolean privateLayout,
                  ThemeDisplay themeDisplay)
                  throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4