spring-framework / org.springframework.web.servlet.view.tiles3 / TilesViewResolver / setAlwaysInclude

setAlwaysInclude

open fun setAlwaysInclude(alwaysInclude: Boolean): Unit

Specify whether to always include the view rather than forward to it.

Default is "false". Switch this flag on to enforce the use of a Servlet include, even if a forward would be possible.

Since
4.1.2

See Also
TilesView#setAlwaysInclude