Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.struts.PortletAction

Packages that use PortletAction
com.liferay.portal.captcha   
com.liferay.portal.struts   
 

Uses of PortletAction in com.liferay.portal.captcha
 

Subclasses of PortletAction in com.liferay.portal.captcha
 class CaptchaAction
          Deprecated. As of 6.2.0, renamed to CaptchaPortletAction
 class CaptchaPortletAction
           
 

Uses of PortletAction in com.liferay.portal.struts
 

Subclasses of PortletAction in com.liferay.portal.struts
 class DynamicPortletAction
           
 class PortletActionAdapter
           
 class RSSAction
           
 

Methods in com.liferay.portal.struts with parameters of type PortletAction
 void PortletActionAdapter.setOriginalPortletAction(PortletAction portletAction)
           
 

Constructors in com.liferay.portal.struts with parameters of type PortletAction
StrutsPortletActionAdapter(PortletAction portletAction, org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm)
           
 


Liferay 7.0-ce-b4