Interface SmartView

  • All Superinterfaces:
    View
    All Known Implementing Classes:
    RedirectView

    public interface SmartView
    extends View
    Provides additional information about a View such as whether it performs redirects.
    Since:
    3.1
    Author:
    Rossen Stoyanchev
    • Method Detail

      • isRedirectView

        boolean isRedirectView()
        Whether the view performs a redirect.