com.jdon.controller.context.web
类 HttpServletRequestWrapper
java.lang.Object
com.jdon.controller.context.web.HttpServletRequestWrapper
- 所有已实现的接口:
- RequestWrapper
public class HttpServletRequestWrapper
- extends Object
- implements RequestWrapper
| 从类 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.