com.liferay.portlet.layoutsadmin.util
Class SitemapImpl
java.lang.Object
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
|
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 |
SitemapImpl
public SitemapImpl()
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