Package org.wickedsource.docxstamper.el
Class NoOpEvaluationContextConfigurer
java.lang.Object
org.wickedsource.docxstamper.el.NoOpEvaluationContextConfigurer
- All Implemented Interfaces:
EvaluationContextConfigurer
EvaluationContextConfigurer that does no customization.-
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) 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
-