edu.rice.rubis.servlets
Class PutCommentAuth
edu.rice.rubis.servlets.PutCommentAuth
- public class PutCommentAuth
This servlets display the page authentifying the user
to allow him to put a comment on another user.
It must be called this way :
http://..../PutCommentAuth?to=xx&itemId=yy
where xx is the id of the user that will receive the comment
yy is the item id to which this comment is related to
/
Method Summary |
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)
|
PutCommentAuth
public PutCommentAuth()
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
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
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.