Package org.thymeleaf.spring5.expression
Class Themes
Object
org.thymeleaf.spring5.expression.Themes
A utility object, accessed in Thymeleaf templates by the 
#themes
 expression, that provides the same features as the Spring
 <spring:theme> JSP tag.- Author:
 - Emanuel Rabina, Daniel Fernández
 
- 
Constructor Summary
ConstructorsConstructorDescriptionThemes(IExpressionContext context) Constructor, obtains the current theme and locale from the processing context for code lookups later. - 
Method Summary
 
- 
Constructor Details
- 
Themes
Constructor, obtains the current theme and locale from the processing context for code lookups later.- Parameters:
 context- the processing context being used
 
 - 
 - 
Method Details
- 
code
Looks up and returns the value of the given key in the properties file of the currently-selected theme.- Parameters:
 code- Key to look up in the theme properties file.- Returns:
 - The value of the code in the current theme properties file, or an empty string if the code could not be resolved.
 
 
 -