This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes HttpServletRequest doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HttpServletRequest doubt" Watch "HttpServletRequest doubt" New topic
Author

HttpServletRequest doubt

Sen George
Ranch Hand

Joined: Sep 21, 2005
Posts: 76
With reference to the following code,


I know that HttpServletRequest interface extends javax.servlet.ServletRequest interface and the implementing class for ServletRequest interface is the ServletRequestWrapper class. My doubt is that how is a call like 'request.getParameter', for example, resolved at runtime. Is this something done by a container?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

Please take the time to choose the correct forum for your posts. This forum is for questions on JSP.

For more information, please read this.

This post has been moved to a more appropriate forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

The container will provide a concrete implementation of the interfaces.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: HttpServletRequest doubt
 
Similar Threads
doubt
doubt in filter
Doubt
Doubt
Doubt in Interface