Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Servlets
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Servlets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2005, 03:16 AM
Authorized User
 
Join Date: Dec 2005
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Default Doubt about ServletRequest Interface

Dear Friends,

                 we are using getParameter() of the interface ServletRequest.

The interface can't implement it's method. then which class implent

ServletRequest interface. i am sure that GenericServlet class also


didn't implement it


  please help me ..............
 
Old January 16th, 2006, 12:31 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 198
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What non-abstract class is your ServletRequest object an instance of? Is it an HttpServletRequest? (I suspect not, since you're running into problems calling getParameter(String), which HttpServletRequest provides.) If not, then what kind of ServletRequest is it -- and are there JavaDocs for it?

Jon Emerson
Computer Scientist
Adobe Systems, Inc.





Similar Threads
Thread Thread Starter Forum Replies Last Post
doubt somavenki .NET Framework 2.0 2 February 3rd, 2008 11:29 AM
doubt sampathk Visual Basic 2005 Basics 1 November 28th, 2006 02:45 PM
doubt! kk_katepally ASP.NET 1.0 and 1.1 Basics 1 February 7th, 2006 01:58 PM
Doubt about Comparator interface implementation pandian Java Basics 1 January 16th, 2006 04:49 AM
doubt naveen J2EE 1 April 6th, 2004 07:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.