public final class IafServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
IafServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the GET request.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the POST request.
|
void |
forward(String path,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forward the request to the specified resource.
|
void |
init(javax.servlet.ServletConfig config)
Initialise the servlet.
|
void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the service request, uses the full path name of the request to
finds the page definition.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletrequest - the parameters of the client requestresponse - the response sent back to the clientjavax.servlet.ServletException - if there was a problem handling the requestIOException - if an input output error occurs when handling the
requestpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletrequest - the parameters of the client requestresponse - the response sent back to the clientjavax.servlet.ServletException - if there was a problem handling the requestIOException - if an input output error occurs when handling the
requestpublic void forward(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
path - the path to the resource to forward torequest - the parameters of the client requestresponse - the response sent back to the clientjavax.servlet.ServletException - if there was a problem handling the requestIOException - if an input output error occurs when handling the
requestpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - The servlet configuration parametersjavax.servlet.ServletException - if there was a problem initialising the servletpublic void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
request - the servlet requestresponse - the servlet responsejavax.servlet.ServletException - if any unhandled exceptions occured during the
processing of the requestIOException - if there was a problem sending data to the clientPageNotFoundException,
RedirectExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.