Java org.springframework.web.servlet.view.tiles3 TilesViewResolver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.view.tiles3 TilesViewResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.view.tiles3 TilesViewResolver.

The text is from its open source code.

Constructor

Method

voidsetExposePathVariables(@Nullable Boolean exposePathVariables)
Specify whether views resolved by this resolver should add path variables to the model or not.
voidsetOrder(int order)
Specify the order value for this ViewResolver bean.
voidsetViewClass(@Nullable Class viewClass)
Set the view class that should be used to create views.