Package net.pterodactylus.util.template

Examples of net.pterodactylus.util.template.ClassPathTemplateProvider


    templateContextFactory.addFilter("in", new ContainsFilter());
    templateContextFactory.addFilter("unique", new UniqueElementFilter());
    templateContextFactory.addFilter("mod", new ModFilter());
    templateContextFactory.addFilter("paginate", new PaginationFilter());
    templateContextFactory.addProvider(TemplateProvider.TEMPLATE_CONTEXT_PROVIDER);
    templateContextFactory.addProvider(new ClassPathTemplateProvider(WebInterface.class, "/templates/"));
    templateContextFactory.addTemplateObject("webInterface", this);
    templateContextFactory.addTemplateObject("formPassword", formPassword);

    /* create notifications. */
    Template newSoneNotificationTemplate = TemplateParser.parse(createReader("/templates/notify/newSoneNotification.html"));
View Full Code Here

TOP

Related Classes of net.pterodactylus.util.template.ClassPathTemplateProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.