Package | Description |
---|---|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
Modifier and Type | Method and Description |
---|---|
protected RequestDataValueProcessor |
AbstractView.getRequestDataValueProcessor()
Get the
RequestDataValueProcessor to use. |
RequestDataValueProcessor |
RequestContext.getRequestDataValueProcessor()
Return the
RequestDataValueProcessor instance to apply to in form
tag libraries and to redirect URLs. |
Constructor and Description |
---|
RequestContext(ServerWebExchange exchange,
Map<String,Object> model,
MessageSource messageSource,
RequestDataValueProcessor dataValueProcessor) |