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

com.nhl.bootique.mvc.resolver.TemplateResolver Maven / Gradle / Ivy

package com.nhl.bootique.mvc.resolver;

import com.nhl.bootique.mvc.Template;

public interface TemplateResolver {

	Template resolve(String templateName, Class viewType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy