Uses of Class
org.springframework.web.reactive.result.view.BindStatus
Packages that use BindStatus
Package
Description
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 BindStatusModifier and TypeMethodDescriptionRequestContext.getBindStatus
(String path) Create a BindStatus for the given bind object using the "defaultHtmlEscape" setting.RequestContext.getBindStatus
(String path, boolean htmlEscape) Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.