Uses of Class
org.springframework.web.reactive.result.view.BindStatus
Packages that use BindStatus Package Description org.springframework.web.reactive.result.view Support for result handling through view resolution.Uses of BindStatus in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view that return BindStatus Modifier and Type Method 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.