Uses of Class
org.springframework.ui.freemarker.FreeMarkerConfigurationFactory

Packages that use FreeMarkerConfigurationFactory
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
 

Uses of FreeMarkerConfigurationFactory in org.springframework.ui.freemarker
 

Subclasses of FreeMarkerConfigurationFactory in org.springframework.ui.freemarker
 class FreeMarkerConfigurationFactoryBean
          Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
 

Uses of FreeMarkerConfigurationFactory in org.springframework.web.servlet.view.freemarker
 

Subclasses of FreeMarkerConfigurationFactory in org.springframework.web.servlet.view.freemarker
 class FreeMarkerConfigurer
          JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
 



Copyright (c) 2002-2007 The Spring Framework Project.