Java org.springframework.integration.expression ReloadableResourceBundleExpressionSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.expression ReloadableResourceBundleExpressionSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.expression ReloadableResourceBundleExpressionSource.

The text is from its open source code.

Constructor

Method

voidsetBasename(String basename)
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but referring to a Spring resource location: e.g.
voidsetCacheSeconds(int cacheSeconds)
Set the number of seconds to cache loaded properties files.