@Configuration @ConditionalOnClass(value={<error>,org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.class}) @EnableConfigurationProperties(value=FreeMarkerProperties.class) public class FreeMarkerAutoConfiguration extends Object
Auto-configuration for FreeMarker.| Modifier and Type | Class and Description |
|---|---|
protected static class |
FreeMarkerAutoConfiguration.FreeMarkerConfiguration |
static class |
FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration |
static class |
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration |
| Constructor and Description |
|---|
FreeMarkerAutoConfiguration(ApplicationContext applicationContext,
FreeMarkerProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkTemplateLocationExists() |
public FreeMarkerAutoConfiguration(ApplicationContext applicationContext, FreeMarkerProperties properties)
@PostConstruct public void checkTemplateLocationExists()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.