Get jsp response as a string inside servlet

To get jsp response as a string inside servlet is possible by wrapping the HttpServletResponse and overriding getWriter methods.

Servlet

JSP