com.liferay.portal.kernel.events
Class Action
java.lang.Object
com.liferay.portal.kernel.events.Action
- All Implemented Interfaces:
- LifecycleAction
- Direct Known Subclasses:
- Action, ChannelLoginPostAction, ClearRenderParametersAction, DefaultLandingPageAction, DefaultLogoutPageAction, InvokerAction, LoginPostAction, LoginPreAction, LogMemoryUsageAction, LogoutPostAction, LogoutPreAction, LogSessionIdAction, LogThreadCountAction, RandomLayoutAction, RandomLookAndFeelAction, SampleServicePreAction, SecureRequestAction, ServicePostAction, ServicePreAction, ThemeServicePreAction
public abstract class Action
- extends Object
- implements LifecycleAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
processLifecycleEvent
public final void processLifecycleEvent(LifecycleEvent lifecycleEvent)
throws ActionException
- Specified by:
processLifecycleEvent in interface LifecycleAction
- Throws:
ActionException
run
public abstract void run(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws ActionException
- Throws:
ActionException
run
public void run(RenderRequest renderRequest,
RenderResponse renderResponse)
throws ActionException
- Throws:
ActionException