Package org.wickedsource.docxstamper.api
Interface EvaluationContextConfigurer
- All Known Implementing Classes:
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.-
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
-