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

com.lyncode.jtwig.resource.loader.JtwigResourceResolver Maven / Gradle / Ivy

The newest version!
package com.lyncode.jtwig.resource.loader;

import com.lyncode.jtwig.resource.JtwigResource;

public interface JtwigResourceResolver {
    JtwigResource resolve(String viewUrl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy