Liferay 7.0-ga1 portal-impl

com.liferay.portlet.portletconfiguration.action
Class ActionUtil

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

public class ActionUtil
extends Object


Field Summary
static String ACTION
           
static String PRESELECTED
           
 
Constructor Summary
ActionUtil()
           
 
Method Summary
static PortletPreferences getLayoutPortletSetup(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet)
           
static void getLayoutPublicRenderParameters(PortletRequest portletRequest)
           
static com.liferay.portal.kernel.model.Portlet getPortlet(PortletRequest portletRequest)
           
protected static PortletPreferences getPortletPreferences(javax.servlet.http.HttpServletRequest request, PortletPreferences portletConfigPortletPreferences, PortletPreferences portletPreferences)
           
protected static PortletPreferences getPortletSetup(javax.servlet.http.HttpServletRequest request, PortletPreferences portletConfigPortletSetup, PortletPreferences portletSetup)
           
static void getPublicRenderParameterConfigurationList(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet)
           
static String getTitle(com.liferay.portal.kernel.model.Portlet portlet, RenderRequest renderRequest)
           
static ActionRequest getWrappedActionRequest(ActionRequest actionRequest, PortletPreferences portletPreferences)
           
static RenderRequest getWrappedRenderRequest(RenderRequest renderRequest, PortletPreferences portletPreferences)
           
static ResourceRequest getWrappedResourceRequest(ResourceRequest resourceRequest, PortletPreferences portletPreferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values

PRESELECTED

public static final String PRESELECTED
See Also:
Constant Field Values
Constructor Detail

ActionUtil

public ActionUtil()
Method Detail

getLayoutPortletSetup

public static PortletPreferences getLayoutPortletSetup(PortletRequest portletRequest,
                                                       com.liferay.portal.kernel.model.Portlet portlet)

getLayoutPublicRenderParameters

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

getPortlet

public static com.liferay.portal.kernel.model.Portlet getPortlet(PortletRequest portletRequest)
                                                          throws Exception
Throws:
Exception

getPublicRenderParameterConfigurationList

public static void getPublicRenderParameterConfigurationList(PortletRequest portletRequest,
                                                             com.liferay.portal.kernel.model.Portlet portlet)
                                                      throws Exception
Throws:
Exception

getTitle

public static String getTitle(com.liferay.portal.kernel.model.Portlet portlet,
                              RenderRequest renderRequest)
                       throws Exception
Throws:
Exception

getWrappedActionRequest

public static ActionRequest getWrappedActionRequest(ActionRequest actionRequest,
                                                    PortletPreferences portletPreferences)
                                             throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getWrappedRenderRequest

public static RenderRequest getWrappedRenderRequest(RenderRequest renderRequest,
                                                    PortletPreferences portletPreferences)
                                             throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getWrappedResourceRequest

public static ResourceRequest getWrappedResourceRequest(ResourceRequest resourceRequest,
                                                        PortletPreferences portletPreferences)
                                                 throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getPortletPreferences

protected static PortletPreferences getPortletPreferences(javax.servlet.http.HttpServletRequest request,
                                                          PortletPreferences portletConfigPortletPreferences,
                                                          PortletPreferences portletPreferences)
                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getPortletSetup

protected static PortletPreferences getPortletSetup(javax.servlet.http.HttpServletRequest request,
                                                    PortletPreferences portletConfigPortletSetup,
                                                    PortletPreferences portletSetup)
                                             throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl