public abstract class Action extends Object implements LifecycleAction
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
void |
processLifecycleEvent(LifecycleEvent lifecycleEvent) |
abstract void |
run(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
run(RenderRequest renderRequest,
RenderResponse renderResponse) |
public final void processLifecycleEvent(LifecycleEvent lifecycleEvent) throws ActionException
processLifecycleEvent
in interface LifecycleAction
ActionException
public abstract void run(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws ActionException
ActionException
public void run(RenderRequest renderRequest, RenderResponse renderResponse) throws ActionException
ActionException