Liferay 7.0-ce-m3

com.liferay.portlet.wiki.action
Class ActionUtil

java.lang.Object
  extended by com.liferay.portlet.wiki.action.ActionUtil

public class ActionUtil
extends Object


Constructor Summary
ActionUtil()
           
 
Method Summary
static WikiNode getFirstVisibleNode(PortletRequest portletRequest)
           
static WikiPage getFirstVisiblePage(long nodeId, PortletRequest portletRequest)
           
static WikiNode getNode(PortletRequest portletRequest)
           
static void getPage(PortletRequest portletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUtil

public ActionUtil()
Method Detail

getFirstVisibleNode

public static WikiNode getFirstVisibleNode(PortletRequest portletRequest)
                                    throws PortalException
Throws:
PortalException

getFirstVisiblePage

public static WikiPage getFirstVisiblePage(long nodeId,
                                           PortletRequest portletRequest)
                                    throws PortalException
Throws:
PortalException

getNode

public static WikiNode getNode(PortletRequest portletRequest)
                        throws Exception
Throws:
Exception

getPage

public static void getPage(PortletRequest portletRequest)
                    throws Exception
Throws:
Exception

Liferay 7.0-ce-m3