public class ActionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION |
static String |
PRESELECTED |
| Constructor and Description |
|---|
ActionUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String ACTION
public static final String PRESELECTED
public static PortletPreferences getLayoutPortletSetup(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet)
public static void getLayoutPublicRenderParameters(PortletRequest portletRequest) throws Exception
Exceptionpublic static com.liferay.portal.kernel.model.Portlet getPortlet(PortletRequest portletRequest) throws Exception
Exceptionpublic static void getPublicRenderParameterConfigurationList(PortletRequest portletRequest, com.liferay.portal.kernel.model.Portlet portlet) throws Exception
Exceptionpublic static String getTitle(com.liferay.portal.kernel.model.Portlet portlet, RenderRequest renderRequest) throws Exception
Exceptionpublic static ActionRequest getWrappedActionRequest(ActionRequest actionRequest, PortletPreferences portletPreferences) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static RenderRequest getWrappedRenderRequest(RenderRequest renderRequest, PortletPreferences portletPreferences) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static ResourceRequest getWrappedResourceRequest(ResourceRequest resourceRequest, PortletPreferences portletPreferences) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected static PortletPreferences getPortletPreferences(javax.servlet.http.HttpServletRequest request, PortletPreferences portletConfigPortletPreferences, PortletPreferences portletPreferences) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected static PortletPreferences getPortletSetup(javax.servlet.http.HttpServletRequest request, PortletPreferences portletConfigPortletSetup, PortletPreferences portletSetup) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException