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

Example usage for Java org.springframework.web.servlet.view.tiles3 TilesConfigurer 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 TilesConfigurer.

The text is from its open source code.

Constructor

Method

voidsetCheckRefresh(boolean checkRefresh)
Set whether to check Tiles definition files for a refresh at runtime.
voidsetDefinitions(String... definitions)
Set the Tiles definitions, i.e.
voidsetPreparerFactoryClass(Class preparerFactoryClass)
Set the org.apache.tiles.preparer.factory.PreparerFactory implementation to use.
voidsetTilesInitializer(TilesInitializer tilesInitializer)
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.