Package com.liferay.portal.kernel.events
Class InvokerAction
Object
com.liferay.portal.kernel.events.Action
com.liferay.portal.kernel.events.InvokerAction
- All Implemented Interfaces:
LifecycleAction
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class com.liferay.portal.kernel.events.Action
processLifecycleEvent, run
-
Constructor Details
-
InvokerAction
-
-
Method Details
-
run
public void run(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws ActionException - Specified by:
run
in classAction
- Throws:
ActionException
-