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

com.ftpix.sparknnotation.defaultvalue.DefaultTemplateEngine Maven / Gradle / Ivy

package com.ftpix.sparknnotation.defaultvalue;

import spark.ModelAndView;
import spark.TemplateEngine;

public class DefaultTemplateEngine extends TemplateEngine {
    @Override
    public String render(ModelAndView modelAndView) {
        return modelAndView.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy