Uses of Class
org.wickedsource.docxstamper.DocxStamperConfiguration
-
-
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return DocxStamperConfiguration Modifier and Type Method Description DocxStamperConfigurationDocxStamperConfiguration. addCommentProcessor(Class<?> interfaceClass, Class<?> commentProcessorImplClass)Registers the specified ICommentProcessor as an implementation of the specified interface.<T> DocxStamperConfigurationDocxStamperConfiguration. addTypeResolver(Class<T> resolvedType, ITypeResolver resolver)Registers the given ITypeResolver for the given class.DocxStamperConfigurationDocxStamperConfiguration. copy()Copy operator for the whole DocxStamperConfiguration, including creating self comment processors instances to avoid unexpected resets, since comment processors are stateful their instances cannot be shared over multiple stampings.DocxStamperConfigurationDocxStamperConfiguration. exposeInterfaceToExpressionLanguage(Class<?> interfaceClass, Object implementation)Exposes all methods of a given interface to the expression language.DocxStamperConfigurationDocxStamperConfiguration. leaveEmptyOnExpressionError(boolean leaveEmpty)If an error is caught while evaluating an expression the expression will be replaced with an empty string instead of leaving the original expression in the document.DocxStamperConfigurationDocxStamperConfiguration. nullValuesDefault(String nullValuesDefault)Indicates if expressions that resolve to null should be replaced by a global default value.DocxStamperConfigurationDocxStamperConfiguration. replaceNullValues(boolean replaceNullValues)Indicates if expressions that resolve to null should be processed.DocxStamperConfigurationDocxStamperConfiguration. replaceUnresolvedExpressions(boolean replaceUnresolvedExpressions)Indicates if expressions that doesn't resolve should be replaced by a default value.DocxStamperConfigurationDocxStamperConfiguration. setDefaultTypeResolver(ITypeResolver defaultTypeResolver)DocxStamperConfigurationDocxStamperConfiguration. setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer)Provides anEvaluationContextConfigurerwhich may change the configuration of a SpringEvaluationContextwhich is used for evaluating expressions in comments and text.DocxStamperConfigurationDocxStamperConfiguration. setFailOnUnresolvedExpression(boolean failOnUnresolvedExpression)If set to true, stamper will throw anUnresolvedExpressionExceptionif a variable expression or processor expression within the document or within the comments is encountered that cannot be resolved.DocxStamperConfigurationDocxStamperConfiguration. setLineBreakPlaceholder(String lineBreakPlaceholder)The String provided as lineBreakPlaceholder will be replaces with a line break when stamping a document.DocxStamperConfigurationDocxStamperConfiguration. unresolvedExpressionsDefaultValue(String unresolvedExpressionsDefaultValue)Indicates the default value to use for expressions that doesn't resolve.Constructors in org.wickedsource.docxstamper with parameters of type DocxStamperConfiguration Constructor Description DocxStamper(DocxStamperConfiguration config) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.el
Constructors in org.wickedsource.docxstamper.el with parameters of type DocxStamperConfiguration Constructor Description ExpressionResolver(DocxStamperConfiguration configuration)StandardMethodExecutor(DocxStamperConfiguration configuration, Method method, Object implementation)StandardMethodResolver(DocxStamperConfiguration configuration) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor
Fields in org.wickedsource.docxstamper.processor declared as DocxStamperConfiguration Modifier and Type Field Description protected DocxStamperConfigurationBaseCommentProcessor. configurationConstructors in org.wickedsource.docxstamper.processor with parameters of type DocxStamperConfiguration Constructor Description BaseCommentProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry)CommentProcessorRegistry(PlaceholderReplacer placeholderReplacer, DocxStamperConfiguration configuration) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor.displayif
Constructors in org.wickedsource.docxstamper.processor.displayif with parameters of type DocxStamperConfiguration Constructor Description DisplayIfProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor.repeat
Constructors in org.wickedsource.docxstamper.processor.repeat with parameters of type DocxStamperConfiguration Constructor Description ParagraphRepeatProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry)RepeatDocPartProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry)RepeatProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor.replaceExpression
Constructors in org.wickedsource.docxstamper.processor.replaceExpression with parameters of type DocxStamperConfiguration Constructor Description ReplaceWithProcessor(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor.table
Constructors in org.wickedsource.docxstamper.processor.table with parameters of type DocxStamperConfiguration Constructor Description TableResolver(DocxStamperConfiguration config, TypeResolverRegistry typeResolverRegistry) -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.replace
Constructors in org.wickedsource.docxstamper.replace with parameters of type DocxStamperConfiguration Constructor Description PlaceholderReplacer(TypeResolverRegistry typeResolverRegistry, DocxStamperConfiguration configuration)
-