com.peterphi.std.guice.web.rest.templating.Templater Maven / Gradle / Ivy
package com.peterphi.std.guice.web.rest.templating;
public interface Templater
{
public TemplateCall template(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy