edu.rice.rubis.servlets
Class PutComment
edu.rice.rubis.servlets.RubisHttpServlet
|
+--edu.rice.rubis.servlets.PutComment
- public class PutComment
- extends RubisHttpServlet
This servlets display the page allowing a user to put a comment
on an item.
It must be called this way :
http://..../PutComment?to=ww&itemId=xx&nickname=yy&password=zz
where ww is the id of the user that will receive the comment
xx is the item id
yy is the nick name of the user
zz is the user password
/
Method Summary |
void |
destroy()
Clean up the connection pool. |
void |
doGet(edu.rice.rubis.servlets.HttpServletRequest request,
edu.rice.rubis.servlets.HttpServletResponse response)
|
void |
doPost(edu.rice.rubis.servlets.HttpServletRequest request,
edu.rice.rubis.servlets.HttpServletResponse response)
|
int |
getPoolSize()
|
PutComment
public PutComment()
getPoolSize
public int getPoolSize()
- Overrides:
getPoolSize
in class RubisHttpServlet
doGet
public void doGet(edu.rice.rubis.servlets.HttpServletRequest request,
edu.rice.rubis.servlets.HttpServletResponse response)
throws java.io.IOException,
edu.rice.rubis.servlets.ServletException
- Overrides:
doGet
in class RubisHttpServlet
doPost
public void doPost(edu.rice.rubis.servlets.HttpServletRequest request,
edu.rice.rubis.servlets.HttpServletResponse response)
throws java.io.IOException,
edu.rice.rubis.servlets.ServletException
- Overrides:
doPost
in class RubisHttpServlet
destroy
public void destroy()
- Clean up the connection pool.
- Overrides:
destroy
in class RubisHttpServlet
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.