Package org.wickedsource.docxstamper.el
Class NoOpEvaluationContextConfigurer
- java.lang.Object
-
- org.wickedsource.docxstamper.el.NoOpEvaluationContextConfigurer
-
- All Implemented Interfaces:
EvaluationContextConfigurer
public class NoOpEvaluationContextConfigurer extends Object implements EvaluationContextConfigurer
EvaluationContextConfigurerthat does no customization.
-
-
Constructor Summary
Constructors Constructor Description NoOpEvaluationContextConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context)Configure the context before it's used by docxstamper.
-
-
-
Method Detail
-
configureEvaluationContext
public void configureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context)
Description copied from interface:EvaluationContextConfigurerConfigure the context before it's used by docxstamper.- Specified by:
configureEvaluationContextin interfaceEvaluationContextConfigurer- Parameters:
context- the spel eval context, not null
-
-