public class ViewSuiteServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ViewSuiteServlet() |
| 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 get request
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
doPost in class javax.servlet.http.HttpServletreq - 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.HttpServletreq - the http requestres - the http responsejava.io.IOException - when an error occurs writing the responseCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.