Liferay 6.1.2-ce-ga3

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

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

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

Classes in com.liferay.portal.kernel.struts that implement StrutsAction
 class BaseStrutsAction
           
 

Methods in com.liferay.portal.kernel.struts with parameters of type StrutsAction
 String BaseStrutsAction.execute(StrutsAction originalStrutsAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String StrutsAction.execute(StrutsAction originalStrutsAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of StrutsAction in com.liferay.portal.struts
 

Classes in com.liferay.portal.struts that implement StrutsAction
 class StrutsActionAdapter
           
 

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

Constructors in com.liferay.portal.struts with parameters of type StrutsAction
ActionAdapter(StrutsAction strutsAction)
           
 


Liferay 6.1.2-ce-ga3