类 javax.servlet.ServletResponseWrapper
的使用

使用 ServletResponseWrapper 的软件包
javax.servlet.http The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.apache.jasper.runtime   
org.eclipse.jetty.http.gzip   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.server   
 

javax.servlet.httpServletResponseWrapper 的使用
 

javax.servlet.httpServletResponseWrapper 的子类
 class HttpServletResponseWrapper
          Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
 

org.apache.jasper.runtimeServletResponseWrapper 的使用
 

org.apache.jasper.runtimeServletResponseWrapper 的子类
 class ServletResponseWrapperInclude
          ServletResponseWrapper used by the JSP 'include' action.
 

org.eclipse.jetty.http.gzipServletResponseWrapper 的使用
 

org.eclipse.jetty.http.gzipServletResponseWrapper 的子类
 class CompressedResponseWrapper
           
 

org.eclipse.jetty.security.authenticationServletResponseWrapper 的使用
 

org.eclipse.jetty.security.authenticationServletResponseWrapper 的子类
protected static class FormAuthenticator.FormResponse
           
 

org.eclipse.jetty.serverServletResponseWrapper 的使用
 

org.eclipse.jetty.serverServletResponseWrapper 的子类
 class ServletResponseHttpWrapper
          Wrapper to tunnel a ServletResponse via a HttpServletResponse
 



Copyright © 2013. All Rights Reserved.