com.jdon.controller.context.web
类 HttpServletRequestWrapper

java.lang.Object
  继承者 com.jdon.controller.context.web.HttpServletRequestWrapper
所有已实现的接口:
RequestWrapper

public class HttpServletRequestWrapper
extends Object
implements RequestWrapper


构造方法摘要
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request)
           
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request, ContextHolder contextHolder)
           
 
方法摘要
 ContextHolder getContextHolder()
           
 Principal getRegisteredPrincipal()
           
 String getRemoteAddr()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HttpServletRequestWrapper

public HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request)

HttpServletRequestWrapper

public HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
                                 ContextHolder contextHolder)
方法详细信息

getContextHolder

public ContextHolder getContextHolder()
指定者:
接口 RequestWrapper 中的 getContextHolder

getRegisteredPrincipal

public Principal getRegisteredPrincipal()
指定者:
接口 RequestWrapper 中的 getRegisteredPrincipal

getRemoteAddr

public String getRemoteAddr()
指定者:
接口 RequestWrapper 中的 getRemoteAddr


Copyright © 2013. All Rights Reserved.