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. 
com.liferay.taglib.portletext   
com.liferay.taglib.util   
 

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)
           
 

Uses of PortletProvider.Action in com.liferay.taglib.portletext
 

Methods in com.liferay.taglib.portletext with parameters of type PortletProvider.Action
static void RuntimeTag.doTag(String portletProviderClassName, PortletProvider.Action portletProviderAction, String queryString, String defaultPreferences, javax.servlet.jsp.PageContext pageContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void RuntimeTag.setPortletProviderAction(PortletProvider.Action portletProviderAction)
           
 

Uses of PortletProvider.Action in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type PortletProvider.Action
 void DummyVelocityTaglib.runtime(String portletProviderClassName, PortletProvider.Action portletProviderAction)
           
 void VelocityTaglibImpl.runtime(String portletProviderClassName, PortletProvider.Action portletProviderAction)
           
 void VelocityTaglib.runtime(String portletProviderClassName, PortletProvider.Action portletProviderAction)
           
 


Liferay 7.0-ce-m6