com.liferay.portal.events
Class ServicePostAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.Action
      extended by com.liferay.portal.events.ServicePostAction

public class ServicePostAction
extends com.liferay.portal.kernel.events.Action

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ServicePostAction()
           
 
Method Summary
 void run(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.kernel.events.Action
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePostAction

public ServicePostAction()
Method Detail

run

public void run(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
Specified by:
run in class com.liferay.portal.kernel.events.Action