Uses of Class
pro.verron.officestamper.core.DocxStamperConfiguration
Packages that use DocxStamperConfiguration
Package
Description
Provides the core functionality for the OfficeStamper library.
-
Uses of DocxStamperConfiguration in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return DocxStamperConfigurationModifier and TypeMethodDescriptionDocxStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, CommentProcessorFactory commentProcessorFactory) Registers the specifiedCommentProcessoras an implementation of the specified interface.DocxStamperConfiguration.addResolver(ObjectResolver resolver) Adds a resolver to the list of resolvers in theDocxStamperConfigurationobject.DocxStamperConfiguration.exposeInterfaceToExpressionLanguage(Class<?> interfaceClass, Object implementation) Exposes all methods of a given interface to the expression language.DocxStamperConfiguration.setEvaluationContextFactory(EvaluationContextFactory evaluationContextFactory) Sets theEvaluationContextFactorywhich creates SpringEvaluationContextinstances used for evaluating expressions in comments and text.DocxStamperConfiguration.setExceptionResolver(ExceptionResolver exceptionResolver) Configures the exception resolver for theDocxStamperConfiguration.DocxStamperConfiguration.setExpressionParser(org.springframework.expression.ExpressionParser expressionParser) Sets the expression parser used for expression evaluation.DocxStamperConfiguration.setResolvers(List<ObjectResolver> resolvers) Sets resolvers for resolving objects in theDocxStamperConfiguration.