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

com.young.template.View Maven / Gradle / Ivy

The newest version!
package com.young.template;

import java.util.Map;

public interface View {
	
	String render(Map model); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy