Hi, I'm implementing a filter that needs to process a request based on the returned content type. I can't figure out, however, a way to find out what the returned content type is. Looking at http://java.sun.com/products/servlet/Filters.html, the sample code makes a call to HttpServletResponseWrapper.getContentType(), but I don't see the getContentType method in the documented API for this wrapper class.
Any thoughts? Thanks Dmitry ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
