Package de.ailis.xadrian.freemarker.directives

Examples of de.ailis.xadrian.freemarker.directives.MessageDirective


    {
        this.cfg = new Configuration();
        this.cfg.setClassForTemplateLoading(Main.class, "templates");
        this.cfg.setObjectWrapper(new DefaultObjectWrapper());
        this.cfg.setDefaultEncoding("UTF-8");
        this.cfg.setSharedVariable("message", new MessageDirective());
        this.cfg.setTagSyntax(Configuration.SQUARE_BRACKET_TAG_SYNTAX);
    }
View Full Code Here

TOP

Related Classes of de.ailis.xadrian.freemarker.directives.MessageDirective

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.