Package org.wickedsource.docxstamper.el
Class NoOpEvaluationContextConfigurer
java.lang.Object
org.wickedsource.docxstamper.el.NoOpEvaluationContextConfigurer
- All Implemented Interfaces:
EvaluationContextConfigurer
EvaluationContextConfigurer that does no customization.- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context) Configure the context before it's used by docxstamper.
-
Constructor Details
-
NoOpEvaluationContextConfigurer
public NoOpEvaluationContextConfigurer()
-
-
Method Details
-
configureEvaluationContext
public void configureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context) Configure the context before it's used by docxstamper.- Specified by:
configureEvaluationContextin interfaceEvaluationContextConfigurer- Parameters:
context- the spel eval context, not null
-