spring-framework / org.springframework.web.reactive.result.view / BindStatus / <init>

<init>

BindStatus(requestContext: RequestContext, path: String, htmlEscape: Boolean)

Create a new BindStatus instance, representing a field or object status.

Parameters

requestContext - the current RequestContext

path - the bean and property path for which values and errors will be resolved (e.g. "customer.address.street")

htmlEscape - whether to HTML-escape error messages and string values

Exceptions

IllegalStateException - if no corresponding Errors object found