Uses of Interface
pro.verron.officestamper.api.EvaluationContextConfigurer
Packages that use EvaluationContextConfigurer
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of EvaluationContextConfigurer in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return EvaluationContextConfigurerModifier and TypeMethodDescriptionDocxStamperConfiguration.getEvaluationContextConfigurer()Deprecated, for removal: This API element is subject to removal in a future version.Getter for the fieldevaluationContextConfigurer.Methods in org.wickedsource.docxstamper with parameters of type EvaluationContextConfigurerModifier and TypeMethodDescriptionDocxStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Deprecated, for removal: This API element is subject to removal in a future version.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.api
Subinterfaces of EvaluationContextConfigurer in org.wickedsource.docxstamper.apiModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 1.6.8, This class has been deprecated in the effort of the library modularization. -
Uses of EvaluationContextConfigurer in org.wickedsource.docxstamper.el
Classes in org.wickedsource.docxstamper.el that implement EvaluationContextConfigurerModifier and TypeClassDescriptionclassEvaluationContextConfigurerthat has better default security, especially doesn't allow especially known injections.classEvaluationContextConfigurerthat does no customization. -
Uses of EvaluationContextConfigurer in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return EvaluationContextConfigurerModifier and TypeMethodDescriptionOfficeStamperConfiguration.getEvaluationContextConfigurer()Retrieves the EvaluationContextConfigurer for configuring the Spring Expression Language (SPEL) EvaluationContext used by the docxstamper.Methods in pro.verron.officestamper.api with parameters of type EvaluationContextConfigurerModifier and TypeMethodDescriptionOfficeStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Sets the EvaluationContextConfigurer for configuring the Spring Expression Language (SPEL) EvaluationContext. -
Uses of EvaluationContextConfigurer in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return EvaluationContextConfigurerModifier and TypeMethodDescriptionstatic EvaluationContextConfigurerEvaluationContextConfigurers.defaultConfigurer()Returns a defaultEvaluationContextConfigurerinstance.static EvaluationContextConfigurerEvaluationContextConfigurers.noopConfigurer()Returns aEvaluationContextConfigurerinstance that does no customization.