com.liferay.portal.util
Class SitemapUtil

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

public class SitemapUtil
extends java.lang.Object

View Source

Author:
Jorge Ferrer

Constructor Summary
SitemapUtil()
           
 
Method Summary
static java.lang.String encodeXML(java.lang.String input)
           
static java.lang.String getSitemap(long groupId, boolean privateLayout, com.liferay.portal.theme.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 java.lang.String getSitemap(long groupId,
                                          boolean privateLayout,
                                          com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

encodeXML

public static java.lang.String encodeXML(java.lang.String input)