Liferay 7.0-ce-b4

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. 
com.liferay.portal.kernel.search   
 

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, Group group, 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, Group group, String className, PortletProvider.Action action)
           
static PortletURL PortletProviderUtil.getPortletURL(PortletRequest portletRequest, 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.Action
protected  PortletURL BaseOpenSearchImpl.getPortletURL(javax.servlet.http.HttpServletRequest request, String className, PortletProvider.Action action, long scopeGroupId)
           
 


Liferay 7.0-ce-b4