spring-framework / org.springframework.web.servlet / SmartView

SmartView

interface SmartView : View

Provides additional information about a View such as whether it performs redirects.

Author
Rossen Stoyanchev

Since
3.1

Functions

isRedirectView

abstract fun isRedirectView(): Boolean

Whether the view performs a redirect.