Class ServicePreAction

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

public class ServicePreAction extends com.liferay.portal.kernel.events.Action
Author:
Brian Wing Shun Chan, Felix Ventero, Jorge Ferrer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected File
     
    protected File
     
  • 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
    servicePre(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, boolean initPermissionChecker)
     

    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
  • Field Details

    • privateLARFile

      protected File privateLARFile
    • publicLARFile

      protected File publicLARFile
  • Constructor Details

    • ServicePreAction

      public ServicePreAction()
  • Method Details

    • run

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

      public void servicePre(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, boolean initPermissionChecker) throws Exception
      Throws:
      Exception