public class DqcServletRedirect
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
DqcServletRedirect() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Redirect all GET requests.
|
void |
doPut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
init() |
doDelete, doHead, doOptions, doPost, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletreq - - the HttpServletRequestres - - the HttpServletResponsejavax.servlet.ServletException - if the request could not be handled for some reason.IOException - if an I/O error is detected (when communicating with client not for servlet internal IO problems?).public void doPut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException,
javax.servlet.ServletException
doPut in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.