Package net.pterodactylus.sone.template

Examples of net.pterodactylus.sone.template.SubstringFilter


    templateContextFactory.addFilter("date", new DateFilter());
    templateContextFactory.addFilter("html", new HtmlFilter());
    templateContextFactory.addFilter("replace", new ReplaceFilter());
    templateContextFactory.addFilter("store", new StoreFilter());
    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());
View Full Code Here

TOP

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

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.