Liferay 7.0-ce-a2

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

Packages that use PortletAction
com.liferay.portal.captcha   
com.liferay.portal.struts   
com.liferay.portlet.backgroundtask.action   
com.liferay.portlet.flags.action   
com.liferay.portlet.imageuploader.action   
com.liferay.portlet.portletsharing.action   
com.liferay.portlet.softwarecatalog.action   
 

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)
           
 

Uses of PortletAction in com.liferay.portlet.backgroundtask.action
 

Subclasses of PortletAction in com.liferay.portlet.backgroundtask.action
 class DeleteBackgroundTaskAction
           
 

Uses of PortletAction in com.liferay.portlet.flags.action
 

Subclasses of PortletAction in com.liferay.portlet.flags.action
 class EditEntryAction
           
 

Uses of PortletAction in com.liferay.portlet.imageuploader.action
 

Subclasses of PortletAction in com.liferay.portlet.imageuploader.action
 class UploadImageAction
           
 

Uses of PortletAction in com.liferay.portlet.portletsharing.action
 

Subclasses of PortletAction in com.liferay.portlet.portletsharing.action
 class ViewAction
           
 

Uses of PortletAction in com.liferay.portlet.softwarecatalog.action
 

Subclasses of PortletAction in com.liferay.portlet.softwarecatalog.action
 class EditFrameworkVersionAction
           
 class EditLicenseAction
           
 class EditProductEntryAction
           
 class EditProductVersionAction
           
 class ViewProductEntryAction
           
 


Liferay 7.0-ce-a2