Liferay 6.2-ce-ga5

com.liferay.portlet.layoutsadmin.util
Class SitemapUtil

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.util.SitemapUtil

public class SitemapUtil
extends Object


Constructor Summary
SitemapUtil()
           
 
Method Summary
static String encodeXML(String input)
           
static Sitemap getSitemap()
           
static String getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
 void setSitemap(Sitemap sitemap)
           
 
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

encodeXML

public static String encodeXML(String input)

getSitemap

public static Sitemap getSitemap()

getSitemap

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

setSitemap

public void setSitemap(Sitemap sitemap)

Liferay 6.2-ce-ga5