aspose file tools
The moose likes Servlets and the fly likes clarification about the RequestDispatcher and RequestProcessor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "clarification about the RequestDispatcher and RequestProcessor" Watch "clarification about the RequestDispatcher and RequestProcessor" New topic
Author

clarification about the RequestDispatcher and RequestProcessor

agn mca
Greenhorn

Joined: Dec 12, 2011
Posts: 1
can give me the clarification about the RequestDispatcher and RequestProcessor at the same time include(), forward () and sendRedirect()
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Look at the javadoc for the respective classes.

By the way, RequestProcessor is not a servlets class -- it's proprietary to Struts.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: clarification about the RequestDispatcher and RequestProcessor
 
Similar Threads
struts
differnce between filter and requestprocessor
About filters in struts.
another question to authors
ActionServlet- flow of control