Liferay 7.0-ce-m6

Uses of Class
com.liferay.portal.kernel.portlet.PortletProvider.Action

Packages that use PortletProvider.Action
com.liferay.portal.kernel.portlet 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.Action
static PortletProvider.Action PortletProvider.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortletProvider.Action[] PortletProvider.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.portlet with parameters of type PortletProvider.Action
static String PortletProviderUtil.getPortletId(String className, PortletProvider.Action action)
           
protected static PortletProvider PortletProviderUtil.getPortletProvider(String className, PortletProvider.Action action)
           
static PortletURL PortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest request, String className, PortletProvider.Action action)
           
static PortletURL PortletProviderUtil.getPortletURL(PortletRequest portletRequest, String className, PortletProvider.Action action)
           
 


Liferay 7.0-ce-m6