Package org.springframework.web.servlet.view.freemarker

Examples of org.springframework.web.servlet.view.freemarker.FreeMarkerConfig


   */
  protected void initApplicationContext() throws BeansException {
    super.initApplicationContext();

    if (getConfiguration() == null) {
      FreeMarkerConfig config = autodetectConfiguration();
      setConfiguration(config.getConfiguration());
    }
    checkTemplate();
  }
View Full Code Here

TOP

Related Classes of org.springframework.web.servlet.view.freemarker.FreeMarkerConfig

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.