Class PortletProviderUtil
Object
com.liferay.portal.kernel.portlet.PortletProviderUtil
- Author:
- Eudaldo Alonso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPortletId
(String className, PortletProvider.Action action) static PortletURL
getPortletURL
(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
getPortletURL
(PortletRequest portletRequest, String className, PortletProvider.Action action) static PortletURL
getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action)
-
Constructor Details
-
PortletProviderUtil
public PortletProviderUtil()
-
-
Method Details
-
getPortletId
-
getPortletURL
public static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) throws PortalException - Throws:
PortalException
-
getPortletURL
public static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action) throws PortalException - Throws:
PortalException
-
getPortletURL
public static PortletURL getPortletURL(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) throws PortalException - Throws:
PortalException
-
getPortletURL
public static PortletURL getPortletURL(PortletRequest portletRequest, String className, PortletProvider.Action action) throws PortalException - Throws:
PortalException
-