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

io.bootique.mvc.resolver.TemplateResolver Maven / Gradle / Ivy

There is a newer version: 3.0.M2
Show newest version
package io.bootique.mvc.resolver;

import io.bootique.mvc.Template;

public interface TemplateResolver {

	Template resolve(String templateName, Class viewType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy