Friday 5 September 2014

RequestDispatcher interface

Defines an object that receives requests from the client and sends them to any resource on the server. Here resource may be a servlet, HTML file, or JSP file.

RequestDispatcher provides two methods to dispatch a request.
    forward(ServletRequest request, ServletResponse response)
    include(ServletRequest request, ServletResponse response)


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment