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(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
public final void processLifecycleEvent(LifecycleEvent lifecycleEvent) throws ActionException
processLifecycleEvent in interface LifecycleActionActionExceptionpublic abstract void run(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws ActionException
ActionExceptionpublic void run(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws ActionException
ActionException