Examples of PaginationFilter


Examples of net.pterodactylus.util.template.PaginationFilter

    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);
    templateContextFactory.addTemplateObject("formPassword", formPassword);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.