类 ForwardRequestPostProcessor
java.lang.Object
cn.taketoday.test.web.servlet.htmlunit.ForwardRequestPostProcessor
- 所有已实现的接口:
RequestPostProcessor
RequestPostProcessor to update the request for a forwarded dispatch.- 从以下版本开始:
- 4.0
- 作者:
- Rob Winch, Sam Brannen, Rossen Stoyanchev
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private StringinitServletPath(String contextPath) postProcessRequest(MockHttpServletRequest request) Post-process the givenMockHttpServletRequestafter its creation and initialization through aMockHttpServletRequestBuilder.
-
字段详细资料
-
forwardedUrl
-
-
构造器详细资料
-
ForwardRequestPostProcessor
-
-
方法详细资料
-
postProcessRequest
从接口复制的说明:RequestPostProcessorPost-process the givenMockHttpServletRequestafter its creation and initialization through aMockHttpServletRequestBuilder.- 指定者:
postProcessRequest在接口中RequestPostProcessor- 参数:
request- the request to initialize- 返回:
- the request to use, either the one passed in or a wrapped one
-
initServletPath
-