类 javax.servlet.ServletRequestWrapper
的使用

使用 ServletRequestWrapper 的软件包
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.eclipse.jetty.security.authentication   
org.eclipse.jetty.server   
 

javax.servlet.httpServletRequestWrapper 的使用
 

javax.servlet.httpServletRequestWrapper 的子类
 class HttpServletRequestWrapper
          Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
 

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

org.eclipse.jetty.security.authenticationServletRequestWrapper 的子类
protected static class FormAuthenticator.FormRequest
           
 

org.eclipse.jetty.serverServletRequestWrapper 的使用
 

org.eclipse.jetty.serverServletRequestWrapper 的子类
 class ServletRequestHttpWrapper
          Class to tunnel a ServletRequest via a HttpServletRequest
 



Copyright © 2013. All Rights Reserved.