com.liferay.portlet.sites.action
Class ActionUtil
java.lang.Object
com.liferay.portlet.rolesadmin.action.ActionUtil
com.liferay.portlet.sites.action.ActionUtil
public class ActionUtil
- extends ActionUtil
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionUtil
public ActionUtil()
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
getMembershipRequest
public static void getMembershipRequest(javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
getMembershipRequest
public static void getMembershipRequest(PortletRequest portletRequest)
throws Exception
- Throws:
Exception
getTeam
public static void getTeam(javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
getTeam
public static void getTeam(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