com.liferay.portal.events
Class SampleServicePreAction

java.lang.Object
  extended bycom.liferay.portal.struts.Action
      extended bycom.liferay.portal.events.SampleServicePreAction

public class SampleServicePreAction
extends Action

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SampleServicePreAction()
           
 
Method Summary
 void run(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void setSharedSessionAttributes(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class com.liferay.portal.struts.Action
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleServicePreAction

public SampleServicePreAction()
Method Detail

run

public void run(javax.servlet.http.HttpServletRequest req,
                javax.servlet.http.HttpServletResponse res)
         throws ActionException
Specified by:
run in class Action
Throws:
ActionException

setSharedSessionAttributes

public void setSharedSessionAttributes(javax.servlet.http.HttpServletRequest req)