• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RequestDispatcher Interface.

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Depending on the class whose method creates a RequestDispatcher,the path to the resource to be forwarded to will change.

can anyone please ellaborate??
 
Ranch Hand
Posts: 54
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

geet kaur wrote:Depending on the class whose method creates a RequestDispatcher,the path to the resource to be forwarded to will change.


I did not understand what are trying to ask... getRequestDispatcher(), a method of the class ServletRequest returns the RequestDispatcher object that acts as a wrapper for the resource located at the specified path. Using this reference, you can forward the response and request to the specified path. I am not sure whether i answered your question. Please question a little clearly if not.

Regards,
Deepakkumar Devarajan
 
reply
    Bookmark Topic Watch Topic
  • New Topic