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

play.modules.gtengineplugin.gt_integration.PreCompilerFactory Maven / Gradle / Ivy

Go to download

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

The newest version!
package play.modules.gtengineplugin.gt_integration;

import play.template2.GTTemplateRepo;
import play.template2.compile.GTPreCompiler;
import play.template2.compile.GTPreCompilerFactory;

public class PreCompilerFactory implements GTPreCompilerFactory {
    @Override 
    public GTPreCompiler createCompiler(GTTemplateRepo templateRepo) {
        return new GTPreCompiler1xImpl(templateRepo);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy