Uses of Interface
org.wickedsource.docxstamper.api.EvaluationContextConfigurer
Packages that use EvaluationContextConfigurer
-
Uses of EvaluationContextConfigurer in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper with parameters of type EvaluationContextConfigurerModifier and TypeMethodDescriptionDocxStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Provides anEvaluationContextConfigurerwhich may change the configuration of a SpringEvaluationContextwhich is used for evaluating expressions in comments and text. -
Uses of EvaluationContextConfigurer in org.wickedsource.docxstamper.el
Classes in org.wickedsource.docxstamper.el that implement EvaluationContextConfigurerConstructors in org.wickedsource.docxstamper.el with parameters of type EvaluationContextConfigurerModifierConstructorDescriptionExpressionResolver(EvaluationContextConfigurer evaluationContextConfigurer)