com.liferay.portlet.layoutsadmin.util
Class SitemapImpl
java.lang.Object
com.liferay.portlet.layoutsadmin.util.SitemapImpl
- All Implemented Interfaces:
- Sitemap
public class SitemapImpl
- extends Object
- implements Sitemap
Method Summary |
protected void |
addURLElement(Element element,
String url,
UnicodeProperties typeSettingsProperties,
Date modifiedDate)
|
String |
encodeXML(String input)
|
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 |
SitemapImpl
public SitemapImpl()
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)
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