@Configuration @ConditionalOnClass(value={org.apache.velocity.app.VelocityEngine.class,org.springframework.ui.velocity.VelocityEngineFactory.class}) @EnableConfigurationProperties(value=VelocityProperties.class) @Deprecated public class VelocityAutoConfiguration extends Object
Auto-configuration
for Velocity.Modifier and Type | Class and Description |
---|---|
protected static class |
VelocityAutoConfiguration.VelocityConfiguration
Deprecated.
|
static class |
VelocityAutoConfiguration.VelocityNonWebConfiguration
Deprecated.
|
static class |
VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
|
Constructor and Description |
---|
VelocityAutoConfiguration(ApplicationContext applicationContext,
VelocityProperties properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
checkTemplateLocationExists()
Deprecated.
|
public VelocityAutoConfiguration(ApplicationContext applicationContext, VelocityProperties properties)
@PostConstruct public void checkTemplateLocationExists()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.