Which three are true about the HttpServletrequestWrapper Class?
A. the HttpServletRequestWrapper is an example of the Decorator
pattern.
B. The HttpServletRequestWrapper can be used to extend the functionality of a
servlet request.
C. A subclass of the HttpServletRequestWrapper CANNOT modify the behaviour of the getReader method.
D. An HttpServletRequestWrapper may be used only by a class implementing the javax.servlet.Filter interface.
E. An HttpServletRequestWrapper CANNOT be used on the request passed to the RequestDispatcher.include method. (this has to be FALSE)
F. An HttpServletRequestWrapper may modify the header of a request within an object implementing the javax.servlet.Filter interface.
Your answers will be appreciated. Thanking you in advance.