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

ru.histone.v2.spring.processors.HistoneTemplatePostProcessor Maven / Gradle / Ivy

package ru.histone.v2.spring.processors;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * @author Aleksander Melnichnikov
 */
public interface HistoneTemplatePostProcessor {

    String postProcess(String template, HttpServletRequest request, HttpServletResponse response);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy