Interface FreeMarkerVariablesCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the FreeMarker
shared variables to fine-tune their
auto-configuration before they are used by an auto-configured
FreeMarkerConfigurationFactory.- Since:
- 4.0.0
- Author:
- Stephane Nicoll
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomizeFreeMarkerVariables(Map<String, Object> variables) Customize thevariablesto be set as well-known FreeMarker objects.
- 
Method Details- 
customizeFreeMarkerVariables
 
-