public class PathRedirect extends IafAction
| Constructor and Description |
|---|
PathRedirect() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ActionConfig config)
Initialize the action.
|
void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public void init(ActionConfig config) throws ActionInitException
IafActioninit in class IafActionconfig - The configuration of the action.ActionInitException - If the action could not be initialized.public void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws ActionException,
IOException
process in class IafActionrequest - The HTTP request the action is to process.response - The HTTP response the action updates.IOException - If an I/O error occurred.ActionExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.