Liferay 6.0.5

com.liferay.portal.util
Class SitemapUtil

java.lang.Object
  extended by com.liferay.portal.util.SitemapUtil

public class SitemapUtil
extends Object


Constructor Summary
SitemapUtil()
           
 
Method Summary
static String encodeXML(String input)
           
static String getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapUtil

public SitemapUtil()
Method Detail

getSitemap

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

encodeXML

public static String encodeXML(String input)

Liferay 6.0.5