com.liferay.portlet.portletconfiguration.action
Class ActionUtil
java.lang.Object
com.liferay.portlet.portletconfiguration.action.ActionUtil
public class ActionUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionUtil
public ActionUtil()
getLayoutPortletSetup
public static PortletPreferences getLayoutPortletSetup(PortletRequest portletRequest,
Portlet portlet)
throws SystemException
- Throws:
SystemException
getLayoutPublicRenderParameters
public static void getLayoutPublicRenderParameters(PortletRequest portletRequest)
throws Exception
- Throws:
Exception
getPublicRenderParameterConfigurationList
public static void getPublicRenderParameterConfigurationList(PortletRequest portletRequest,
Portlet portlet)
throws Exception
- Throws:
Exception
getWrappedActionRequest
public static ActionRequest getWrappedActionRequest(ActionRequest actionRequest,
PortletPreferences portletPreferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWrappedRenderRequest
public static RenderRequest getWrappedRenderRequest(RenderRequest renderRequest,
PortletPreferences portletPreferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWrappedResourceRequest
public static ResourceRequest getWrappedResourceRequest(ResourceRequest resourceRequest,
PortletPreferences portletPreferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPortlet
protected static Portlet getPortlet(PortletRequest portletRequest)
throws Exception
- Throws:
Exception
getPortletPreferences
protected static PortletPreferences getPortletPreferences(javax.servlet.http.HttpServletRequest request,
PortletPreferences portletConfigPortletPreferences,
PortletPreferences portletPreferences)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTitle
protected static String getTitle(Portlet portlet,
RenderRequest renderRequest)
throws Exception
- Throws:
Exception