public abstract class IafAction extends Object
| Constructor and Description |
|---|
IafAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
getConfig()
Get the configuration of the action.
|
void |
init(ActionConfig config)
Initialize the action.
|
abstract void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public ActionConfig getConfig()
public void init(ActionConfig config) throws ActionInitException
config - The configuration of the action.ActionInitException - If the action could not be initialized.public abstract void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
request - The HTTP request the action is to process.response - The HTTP response the action updates.javax.servlet.ServletException - If there was an error running the action.IOException - If an I/O error occurred.Copyright © 2015 Revolution Systems Inc.. All rights reserved.