Uses of Class
org.springframework.web.reactive.result.view.RequestContext
Packages that use RequestContext
Package
Description
Support for result handling through view resolution.
- 
Uses of RequestContext in org.springframework.web.reactive.result.viewMethods in org.springframework.web.reactive.result.view that return RequestContextModifier and TypeMethodDescriptionprotected RequestContextAbstractView.createRequestContext(ServerWebExchange exchange, Map<String, Object> model) Create aRequestContextto expose under the specified attribute name.Constructors in org.springframework.web.reactive.result.view with parameters of type RequestContextModifierConstructorDescriptionBindStatus(RequestContext requestContext, String path, boolean htmlEscape) Create a new BindStatus instance, representing a field or object status.