Package | Description |
---|---|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
Modifier and Type | Method and Description |
---|---|
BindStatus |
RequestContext.getBindStatus(String path)
Create a BindStatus for the given bind object using the
"defaultHtmlEscape" setting.
|
BindStatus |
RequestContext.getBindStatus(String path,
boolean htmlEscape)
Create a BindStatus for the given bind object, using the
"defaultHtmlEscape" setting.
|