Package org.wickedsource.docxstamper.api
Interface EvaluationContextConfigurer
- All Known Implementing Classes:
DefaultEvaluationContextConfigurer,NoOpEvaluationContextConfigurer
public interface EvaluationContextConfigurer
Allows for custom configuration of a spring expression language
EvaluationContext.
This can for example be used to add custom PropertyAccessors and MethodResolvers.- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context) Configure the context before it's used by docxstamper.
-
Method Details
-
configureEvaluationContext
void configureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context) Configure the context before it's used by docxstamper.- Parameters:
context- the spel eval context, not null
-