Static content

A RequestDispatcher instance is typically used for servlets and JSPs, but can also be used for static content. If the servlet engine forwards a request to a static content RequestDispatcher, the RequestDispatcher must set the response status, the response headers, and the response data. If a static content RequestDispatcher is called to set the data for the current request, it needs only return the content of the static page.