com.liferay.portal.kernel.struts
Class PortletActionInvoker

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

public class PortletActionInvoker
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletActionInvoker()
           
 
Method Summary
static void processAction(java.lang.String className, javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.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(java.lang.String className,
                                 javax.portlet.PortletConfig portletConfig,
                                 javax.portlet.ActionRequest actionRequest,
                                 javax.portlet.ActionResponse actionResponse)
                          throws java.lang.Exception
Throws:
java.lang.Exception