com.liferay.portal.struts
Class Action

java.lang.Object
  extended bycom.liferay.portal.struts.Action
Direct Known Subclasses:
ClearRenderParametersAction, DefaultLandingPageAction, LoginPostAction, LoginPreAction, LogMemoryUsageAction, LogoutPostAction, LogoutPreAction, LogSessionIdAction, LogThreadCountAction, RandomLayoutAction, RandomLookAndFeelAction, SampleServicePreAction, ServicePostAction, ServicePreAction

public abstract class Action
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
Action()
           
 
Method Summary
abstract  void run(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void run(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

run

public abstract void run(javax.servlet.http.HttpServletRequest req,
                         javax.servlet.http.HttpServletResponse res)
                  throws ActionException
Throws:
ActionException

run

public void run(javax.portlet.RenderRequest req,
                javax.portlet.RenderResponse res)
         throws ActionException
Throws:
ActionException