类的使用
org.springframework.web.reactive.result.view.BindStatus
使用BindStatus的程序包 程序包 说明 org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.result.view中BindStatus的使用
返回BindStatus的org.springframework.web.reactive.result.view中的方法 修饰符和类型 方法 说明 BindStatusRequestContext. getBindStatus(String path)Create a BindStatus for the given bind object using the "defaultHtmlEscape" setting.BindStatusRequestContext. getBindStatus(String path, boolean htmlEscape)Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.