Liferay 6.0.5

com.liferay.portlet.wiki.util
Class WikiCacheUtil

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

public class WikiCacheUtil
extends Object


Field Summary
static String CACHE_NAME
           
 
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
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
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.0.5