Class SampleServicePreAction

Object
com.liferay.portal.kernel.events.Action
com.liferay.portal.events.SampleServicePreAction
All Implemented Interfaces:
com.liferay.portal.kernel.events.LifecycleAction

public class SampleServicePreAction extends com.liferay.portal.kernel.events.Action
Author:
Brian Wing Shun Chan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    void
    setSharedSessionAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
     

    Methods inherited from class com.liferay.portal.kernel.events.Action

    processLifecycleEvent, run

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SampleServicePreAction

      public SampleServicePreAction()
  • Method Details

    • run

      public void run(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
      Specified by:
      run in class com.liferay.portal.kernel.events.Action
    • setSharedSessionAttributes

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