Package net.pterodactylus.sone.template

Examples of net.pterodactylus.sone.template.UniqueElementFilter


    templateContextFactory.addFilter("format", new FormatFilter());
    templateContextFactory.addFilter("sort", new CollectionSortFilter());
    templateContextFactory.addFilter("image-link", new ImageLinkFilter(getCore(), templateContextFactory));
    templateContextFactory.addFilter("replyGroup", new ReplyGroupFilter());
    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);
View Full Code Here

TOP

Related Classes of net.pterodactylus.sone.template.UniqueElementFilter

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.