List of usage examples for org.springframework.integration.expression ExpressionSource interface-usage
From source file org.springframework.integration.expression.ReloadableResourceBundleExpressionSource.java
/**
* {@link ExpressionSource} implementation that accesses resource bundles using specified basenames.
* This class uses {@link java.util.Properties} instances as its custom data structure for expressions,
* loading them via a {@link org.springframework.util.PropertiesPersister} strategy: The default
* strategy is capable of loading properties files with a specific character encoding, if desired.
*