com.liferay.portlet.wiki.action
Class ActionUtil

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

public class ActionUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan, Jorge Ferrer

Constructor Summary
ActionUtil()
           
 
Method Summary
static com.liferay.portlet.wiki.model.WikiNode getFirstVisibleNode(javax.portlet.PortletRequest portletRequest)
           
static com.liferay.portlet.wiki.model.WikiNode getNode(javax.portlet.PortletRequest portletRequest)
           
static void getPage(javax.servlet.http.HttpServletRequest request)
           
static void getPage(javax.portlet.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 com.liferay.portlet.wiki.model.WikiNode getFirstVisibleNode(javax.portlet.PortletRequest portletRequest)
                                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getNode

public static com.liferay.portlet.wiki.model.WikiNode getNode(javax.portlet.PortletRequest portletRequest)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

getPage

public static void getPage(javax.servlet.http.HttpServletRequest request)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getPage

public static void getPage(javax.portlet.PortletRequest portletRequest)
                    throws java.lang.Exception
Throws:
java.lang.Exception