All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wickedsource.docxstamper.el.NoOpEvaluationContextConfigurer Maven / Gradle / Ivy

Go to download

Docx-stamper is a Java template engine for docx documents. This is a maintenance fork from https://github.com/thombergs/docx-stamper.

The newest version!
package org.wickedsource.docxstamper.el;

import org.springframework.expression.spel.support.StandardEvaluationContext;
import org.wickedsource.docxstamper.api.EvaluationContextConfigurer;

/**
 * {@link EvaluationContextConfigurer} that does no customization.
 */
public class NoOpEvaluationContextConfigurer implements EvaluationContextConfigurer {

    @Override
    public void configureEvaluationContext(StandardEvaluationContext context) {
        // don't customize it
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy