Package net.pterodactylus.sone.template

Examples of net.pterodactylus.sone.template.ImageLinkFilter


    templateContextFactory.addFilter("js", new JavascriptFilter());
    templateContextFactory.addFilter("parse", parserFilter = new ParserFilter(getCore(), templateContextFactory, soneTextParser));
    templateContextFactory.addFilter("unknown", new UnknownDateFilter(getL10n(), "View.Sone.Text.UnknownDate"));
    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());
View Full Code Here

TOP

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

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.