Package com.liferay.portal.kernel.events
Class Action
Object
com.liferay.portal.kernel.events.Action
- All Implemented Interfaces:
LifecycleAction
- Direct Known Subclasses:
InvokerAction
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
processLifecycleEvent
(LifecycleEvent lifecycleEvent) void
run
(RenderRequest renderRequest, RenderResponse renderResponse) abstract void
run
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
processLifecycleEvent
- Specified by:
processLifecycleEvent
in interfaceLifecycleAction
- Throws:
ActionException
-
run
public abstract void run(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws ActionException - Throws:
ActionException
-
run
- Throws:
ActionException
-