public abstract class Action extends Object
Constructor and Description |
---|
Action(ActionContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
dontCache() |
abstract void |
execute()
Execute action
|
ActionContext |
getContext() |
void |
readParameters()
Parse HTTP Request parameters and store them locally
|
public Action(ActionContext context)
public ActionContext getContext()
public void readParameters()
public abstract void execute() throws javax.servlet.ServletException, IOException, ActionException
javax.servlet.ServletException
IOException
ActionException
protected void dontCache()
Copyright © 2019. All rights reserved.