Liferay 6.0.5

com.liferay.portal.kernel.struts
Class PortletActionInvoker

java.lang.Object
  extended by com.liferay.portal.kernel.struts.PortletActionInvoker

public class PortletActionInvoker
extends Object


Constructor Summary
PortletActionInvoker()
           
 
Method Summary
static void processAction(String className, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletActionInvoker

public PortletActionInvoker()
Method Detail

processAction

public static void processAction(String className,
                                 PortletConfig portletConfig,
                                 ActionRequest actionRequest,
                                 ActionResponse actionResponse)
                          throws Exception
Throws:
Exception

Liferay 6.0.5