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

io.undertow.js.templates.Template Maven / Gradle / Ivy

There is a newer version: 1.1.0.Beta1
Show newest version
package io.undertow.js.templates;

/**
 * Applies a template
 *
 * @author Stuart Douglas
 */
public interface Template {

    String apply(Object data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy