Package net.pterodactylus.util.template

Examples of net.pterodactylus.util.template.XmlFilter


    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());
    templateContextFactory.addFilter("parse", parserFilter = new ParserFilter(getCore(), templateContextFactory, soneTextParser));
View Full Code Here

TOP

Related Classes of net.pterodactylus.util.template.XmlFilter

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.