spring-framework / org.springframework.web.servlet.view / InternalResourceView / <init>

<init>

InternalResourceView()

Constructor for use as a bean.

See Also
#setUrl#setAlwaysInclude

InternalResourceView(url: String)

Create a new InternalResourceView with the given URL.

Parameters

url - the URL to forward to

See Also
#setAlwaysInclude

InternalResourceView(url: String, alwaysInclude: Boolean)

Create a new InternalResourceView with the given URL.

Parameters

url - the URL to forward to

alwaysInclude - whether to always include the view rather than forward to it