J2ee-Servlet

J2ee-Servlet

What is servlet wrapper class? Can u explain it. also send any link of Sun, so i can see the details.

View Answers

May 27, 2011 at 12:55 PM

Servlet Wrapper classes are designed to make it easy for developers to create custom implementations of the servlet request and response types. The classes are constructed with the standard HttpServletRequest and HttpServletResponse instances respectively and their default behavior is to pass all method calls directly to the underlying objects. These classes are HttpServletRequestWrapper and HttpServletResponseWrapper.









Related Tutorials/Questions & Answers:
J2ee-Servlet
J2ee-Servlet  What is servlet wrapper class? Can u explain it. also send any link of Sun, so i can see the details

Ads