Uses of Enum Class
com.liferay.portal.kernel.portlet.PortletProvider.Action
Packages that use PortletProvider.Action
Package
Description
This package defines the kernel portlet interfaces and classes.
-
Uses of PortletProvider.Action in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return PortletProvider.ActionModifier and TypeMethodDescriptionPortletProvider.getSupportedActions()
static PortletProvider.Action
Returns the enum constant of this class with the specified name.static PortletProvider.Action[]
PortletProvider.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.portlet with parameters of type PortletProvider.ActionModifier and TypeMethodDescriptionstatic String
PortletProviderUtil.getPortletId
(String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(PortletRequest portletRequest, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action) -
Uses of PortletProvider.Action in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search with parameters of type PortletProvider.ActionModifier and TypeMethodDescriptionprotected PortletURL
BaseOpenSearchImpl.getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action, long scopeGroupId)