public class ViewResponseServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Category |
_log
log4 category for output
|
Constructor and Description |
---|
ViewResponseServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Perform a get request
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Perform a post request
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
req
- the http requestres
- the http responsejava.io.IOException
- when an error occurs writing the responsepublic void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
req
- the http requestres
- the http responsejava.io.IOException
- when an error occurs writing the responseCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.