com.liferay.portlet.wiki.util
Class WikiCacheUtil
java.lang.Object
com.liferay.portlet.wiki.util.WikiCacheUtil
public class WikiCacheUtil
- extends java.lang.Object
View Source
- Author:
- Jorge Ferrer
Method Summary |
static void |
clearCache(long nodeId,
java.lang.String title)
|
static com.liferay.portlet.wiki.model.WikiPageDisplay |
getDisplay(long nodeId,
java.lang.String title,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final java.lang.String CACHE_NAME
WikiCacheUtil
public WikiCacheUtil()
clearCache
public static void clearCache(long nodeId,
java.lang.String title)
getDisplay
public static com.liferay.portlet.wiki.model.WikiPageDisplay getDisplay(long nodeId,
java.lang.String title,
javax.portlet.PortletURL viewPageURL,
javax.portlet.PortletURL editPageURL,
java.lang.String attachmentURLPrefix)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException