Package com.alibaba.citrus.service.velocity.impl

Examples of com.alibaba.citrus.service.velocity.impl.TemplateContextAdapter


    private TemplateContextAdapter adapter;

    @Before
    public void init() {
        context = new MappedTemplateContext();
        adapter = new TemplateContextAdapter(context);

        context.put("aaa", 111);
        context.put("bbb", 222);
        context.put("ccc", 333);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.service.velocity.impl.TemplateContextAdapter

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.