| Package | Description |
|---|---|
| org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestContext |
AbstractView.createRequestContext(ServerWebExchange exchange,
Map<String,Object> model)
Create a RequestContext to expose under the specified attribute name.
|
| Constructor and Description |
|---|
BindStatus(RequestContext requestContext,
String path,
boolean htmlEscape)
Create a new BindStatus instance, representing a field or object status.
|