Uses of Interface
org.springframework.web.reactive.result.view.RequestDataValueProcessor
Packages that use RequestDataValueProcessor
Package
Description
Support for result handling through view resolution.
-
Uses of RequestDataValueProcessor in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view that return RequestDataValueProcessorModifier and TypeMethodDescriptionprotected RequestDataValueProcessorAbstractView.getRequestDataValueProcessor()Get theRequestDataValueProcessorto use.RequestContext.getRequestDataValueProcessor()Return theRequestDataValueProcessorinstance to apply to in form tag libraries and to redirect URLs.Constructors in org.springframework.web.reactive.result.view with parameters of type RequestDataValueProcessorModifierConstructorDescriptionRequestContext(ServerWebExchange exchange, Map<String, Object> model, MessageSource messageSource, RequestDataValueProcessor dataValueProcessor)