|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object HttpServlet org.polliwog.webapp.DeleteConfig
public class DeleteConfig
Constructor Summary | |
---|---|
DeleteConfig()
|
Method Summary | |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process the request. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Process the request, we just call: doGet(HttpServletRequest,HttpServletResponse) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteConfig()
Method Detail |
---|
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
doGet(HttpServletRequest,HttpServletResponse)
.
request
- The request object.response
- The response object.
java.io.IOException
- If we can't output the response.public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
request
- The request object.response
- The response object.
java.io.IOException
- If we can't output the response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |