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 voidprocessLifecycleEvent(LifecycleEvent lifecycleEvent) voidrun(RenderRequest renderRequest, RenderResponse renderResponse) abstract voidrun(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
processLifecycleEvent
- Specified by:
processLifecycleEventin 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
-