spring-framework / org.springframework.web.reactive.result.view.freemarker / FreeMarkerView / checkResourceExists

checkResourceExists

open fun checkResourceExists(locale: Locale): Boolean

Overrides AbstractUrlBasedView.checkResourceExists

Check that the FreeMarker template used for this view exists and is valid.

Can be overridden to customize the behavior, for example in case of multiple templates to be rendered into a single view.