Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.util
Class WikiCacheUtil

java.lang.Object
  extended by com.liferay.portlet.wiki.util.WikiCacheUtil

public class WikiCacheUtil
extends Object


Constructor Summary
WikiCacheUtil()
           
 
Method Summary
static void clearCache(long nodeId)
           
static void clearCache(long nodeId, String title)
           
static WikiPageDisplay getDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static Map<String,Boolean> getOutgoingLinks(WikiPage page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiCacheUtil

public WikiCacheUtil()
Method Detail

clearCache

public static void clearCache(long nodeId)

clearCache

public static void clearCache(long nodeId,
                              String title)

getDisplay

public static WikiPageDisplay getDisplay(long nodeId,
                                         String title,
                                         PortletURL viewPageURL,
                                         PortletURL editPageURL,
                                         String attachmentURLPrefix)

getOutgoingLinks

public static Map<String,Boolean> getOutgoingLinks(WikiPage page)
                                            throws PageContentException
Throws:
PageContentException

Liferay 6.1.2-ce-ga3