tags:

views:

47

answers:

0

I want to extract the body of a HttpServletResponse Object.I know we could use a filter to do that but i was wondering if there is any other way in which i can get the body content.I just want to extract the information from my printstream object.Any help or code samples will help?

Thanks