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

play.template2.GTTemplateInstanceFactoryRegularClass Maven / Gradle / Ivy

Go to download

RePlay is a fork of the Play1 framework, made and maintained by Codeborne.

The newest version!
package play.template2;

public class GTTemplateInstanceFactoryRegularClass extends GTTemplateInstanceFactory{

    private final Class templateClass;

    public GTTemplateInstanceFactoryRegularClass(Class templateClass) {
        this.templateClass = templateClass;
    }

    @Override public Class getTemplateClass() {
        return templateClass;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy