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

fauxjsp.api.renderer.JspRendererFactory Maven / Gradle / Ivy

package fauxjsp.api.renderer;


/**
 * Create {@link JspRenderer} instnaces
 * @author George Georgovassilis
 *
 */
public interface JspRendererFactory {

	JspRenderer create();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy