Home Help Java H Java httpservletrequest



Java httpservletrequest
Posted on: June 9, 2009 at 12:00 AM
This interface extends the ServletRequest interface to provide request information for HTTP servlets.

Java httpservletrequest

     

HttpServletRequest interface is defined in "javax.servlet.http" and is used to retrieve parameters from the request, HTTP request header information, cookies from the request, getting session object to maintain session for the request etc. This interface extends the ServletRequest interface to provide request information for  HTTP servlets. The HttpServletRequest object is created by the servlet container and is passed as an argument to the servlet's service, doGet, doPost methods etc.


http:/www.roseindia.net/javacertification/wcd-guide/code_html_http.shtml

http:/www.roseindia.net/servlets/PrintingNameUsingHtmlForm.shtml

http:/www.roseindia.net/servlets/GetParameterValues.shtml

 

Related Tags for Java httpservletrequest:
chttppostservicehttpsobjectmethodsservletmethodsedgetrequestviaicreatecontainertopossseargumentehttpservletrequestceinpassasmntpstrososletjesoposmeobjdoscreatedatquestisiceeaandarrvttssthtpsstetcetchttpservletjendodsono


More Tutorials from this section

Ask Questions?    Discuss: Java httpservletrequest  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.