Liferay 7.0-ce-b4

com.liferay.portlet.sites.action
Class ActionUtil

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

public class ActionUtil
extends Object


Constructor Summary
ActionUtil()
           
 
Method Summary
static void copyPreferences(javax.servlet.http.HttpServletRequest request, Layout targetLayout, Layout sourceLayout)
           
static void copyPreferences(PortletRequest portletRequest, Layout targetLayout, Layout sourceLayout)
           
static Group getGroup(javax.servlet.http.HttpServletRequest request)
           
static Group getGroup(PortletRequest portletRequest)
           
static void removePortletIds(javax.servlet.http.HttpServletRequest request, Layout layout)
           
static void removePortletIds(PortletRequest portletRequest, Layout layout)
           
 
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

copyPreferences

public static void copyPreferences(javax.servlet.http.HttpServletRequest request,
                                   Layout targetLayout,
                                   Layout sourceLayout)
                            throws Exception
Throws:
Exception

copyPreferences

public static void copyPreferences(PortletRequest portletRequest,
                                   Layout targetLayout,
                                   Layout sourceLayout)
                            throws Exception
Throws:
Exception

getGroup

public static Group getGroup(javax.servlet.http.HttpServletRequest request)
                      throws Exception
Throws:
Exception

getGroup

public static Group getGroup(PortletRequest portletRequest)
                      throws Exception
Throws:
Exception

removePortletIds

public static void removePortletIds(javax.servlet.http.HttpServletRequest request,
                                    Layout layout)
                             throws Exception
Throws:
Exception

removePortletIds

public static void removePortletIds(PortletRequest portletRequest,
                                    Layout layout)
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-b4