Uses of Class
org.springframework.web.reactive.result.view.RequestContext
Packages that use RequestContext Package Description org.springframework.web.reactive.result.view Support for result handling through view resolution.Uses of RequestContext in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view that return RequestContext Modifier and Type Method Description protected RequestContext
AbstractView. createRequestContext(ServerWebExchange exchange, Map<String,Object> model)
Create aRequestContext
to expose under the specified attribute name.Constructors in org.springframework.web.reactive.result.view with parameters of type RequestContext Constructor Description BindStatus(RequestContext requestContext, String path, boolean htmlEscape)
Create a new BindStatus instance, representing a field or object status.