The view class for all views generated by this resolver can be specified via the "viewClass" property. See UrlBasedViewResolver's javadoc for details.
Note: When chaining ViewResolvers, a TilesViewResolver will check for the existence of the specified template resources and only return a non-null View object if the template was actually found. @author Juergen Hoeller @author Sebastien Deleuze @since 3.0 @see #setViewClass @see #setPrefix @see #setSuffix @see #setRequestContextAttribute @see TilesView
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|