Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.struts.StrutsPortletAction

Packages that use StrutsPortletAction
com.liferay.portal.kernel.struts   
com.liferay.portal.struts   
 

Uses of StrutsPortletAction in com.liferay.portal.kernel.struts
 

Classes in com.liferay.portal.kernel.struts that implement StrutsPortletAction
 class BaseStrutsPortletAction
           
 

Methods in com.liferay.portal.kernel.struts with parameters of type StrutsPortletAction
 void StrutsPortletAction.processAction(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 void BaseStrutsPortletAction.processAction(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 String StrutsPortletAction.render(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
 String BaseStrutsPortletAction.render(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
 void StrutsPortletAction.serveResource(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
 void BaseStrutsPortletAction.serveResource(StrutsPortletAction originalStrutsPortletAction, PortletConfig portletConfig, ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
 

Uses of StrutsPortletAction in com.liferay.portal.struts
 

Classes in com.liferay.portal.struts that implement StrutsPortletAction
 class StrutsPortletActionAdapter
           
 

Methods in com.liferay.portal.struts with parameters of type StrutsPortletAction
 void StrutsActionRegistryImpl.register(String path, StrutsPortletAction strutsPortletAction)
           
static void StrutsActionRegistryUtil.register(String path, StrutsPortletAction strutsPortletAction)
           
 void StrutsActionRegistry.register(String path, StrutsPortletAction strutsPortletAction)
           
 

Constructors in com.liferay.portal.struts with parameters of type StrutsPortletAction
PortletActionAdapter(StrutsPortletAction strutsPortletAction)
           
 


Liferay 6.2-ce-ga5