接口 SmartRequestBuilder
- 所有超级接口:
RequestBuilder
- 所有已知子接口:
ConfigurableSmartRequestBuilder<B>
Extended variant of a
RequestBuilder that applies its
cn.taketoday.test.web.servlet.request.RequestPostProcessors
as a separate step from the RequestBuilder.buildRequest(jakarta.servlet.ServletContext) method.- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev
-
方法概要
从接口继承的方法 cn.taketoday.test.web.servlet.RequestBuilder
buildRequest
-
方法详细资料
-
postProcessRequest
Apply request post-processing. Typically, that means invoking one or morecn.taketoday.test.web.servlet.request.RequestPostProcessors.- 参数:
request- the request to initialize- 返回:
- the request to use, either the one passed in or a wrapped one
-