Uses of Interface
org.wickedsource.docxstamper.api.EvaluationContextConfigurer
-
Packages that use EvaluationContextConfigurer Package Description org.wickedsource.docxstamper org.wickedsource.docxstamper.el -
-
Uses of EvaluationContextConfigurer in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper with parameters of type EvaluationContextConfigurer Modifier and Type Method Description DocxStamperConfigurationDocxStamperConfiguration. 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 EvaluationContextConfigurer Modifier and Type Class Description classNoOpEvaluationContextConfigurerEvaluationContextConfigurerthat does no customization.Constructors in org.wickedsource.docxstamper.el with parameters of type EvaluationContextConfigurer Constructor Description ExpressionResolver(EvaluationContextConfigurer evaluationContextConfigurer)
-