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