| 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
|
|
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
|
|
|
The container will provide a concrete implementation of the interfaces.
|
 |
 |
|
|
subject: HttpServletRequest doubt
|
|
|