public class EnhanceRequireObjectCache extends Object
| 构造器和说明 |
|---|
EnhanceRequireObjectCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPathMapping(Method method,
String url) |
void |
clearRequestAndResponse() |
String |
findPathMapping(Method method) |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
PathMappingCache |
getPathMappingCache() |
void |
setHttpResponse(javax.servlet.http.HttpServletResponse httpResponse) |
void |
setNativeWebRequest(org.springframework.web.context.request.NativeWebRequest nativeWebRequest) |
void |
setPathMappingCache(PathMappingCache pathMappingCache) |
public void setPathMappingCache(PathMappingCache pathMappingCache)
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public void setNativeWebRequest(org.springframework.web.context.request.NativeWebRequest nativeWebRequest)
public PathMappingCache getPathMappingCache()
public void setHttpResponse(javax.servlet.http.HttpServletResponse httpResponse)
public void clearRequestAndResponse()
Copyright © 2018 The Apache Software Foundation. All rights reserved.