Examples of CssClassNameFilter


Examples of net.pterodactylus.sone.template.CssClassNameFilter

    templateContextFactory.addFilter("l10n", new L10nFilter(this));
    templateContextFactory.addFilter("substring", new SubstringFilter());
    templateContextFactory.addFilter("xml", new XmlFilter());
    templateContextFactory.addFilter("change", new RequestChangeFilter());
    templateContextFactory.addFilter("match", new MatchFilter());
    templateContextFactory.addFilter("css", new CssClassNameFilter());
    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());
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.