com.liferay.portal.kernel.struts
Class PortletActionInvoker

java.lang.Object
  extended bycom.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 config, javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 
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 config,
                                 javax.portlet.ActionRequest req,
                                 javax.portlet.ActionResponse res)
                          throws java.lang.Exception
Throws:
java.lang.Exception