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

org.jtwig.escape.EscapeEngine Maven / Gradle / Ivy

package org.jtwig.escape;

public interface EscapeEngine {
    String escape (String input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy