Package com.alibaba.citrus.service.freemarker.impl

Examples of com.alibaba.citrus.service.freemarker.impl.FreeMarkerConfigurationImpl


        System.clearProperty("skipValidation");
    }

    @Test
    public void configuration() {
        FreeMarkerConfigurationImpl config = freeMarkerEngine.getConfiguration();

        assertEquals("/templates", getFieldValue(config, "path", null));
        assertEquals("UTF-8", getFieldValue(config, "charset", null));
    }
View Full Code Here


        System.clearProperty("skipValidation");
    }

    @Test
    public void configuration() {
        FreeMarkerConfigurationImpl config = freeMarkerEngine.getConfiguration();

        assertEquals("/templates", getFieldValue(config, "path", null));
        assertEquals("UTF-8", getFieldValue(config, "charset", null));
    }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.service.freemarker.impl.FreeMarkerConfigurationImpl

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.