@Configuration @EnableConfigurationProperties(value=VelocityComponentConfiguration.class) public class VelocityComponentAutoConfiguration extends Object
Constructor and Description |
---|
VelocityComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.velocity.VelocityComponent |
configureVelocityComponent(org.apache.camel.CamelContext camelContext,
VelocityComponentConfiguration configuration) |
@Bean(name="velocity-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.velocity.VelocityComponent.class) public org.apache.camel.component.velocity.VelocityComponent configureVelocityComponent(org.apache.camel.CamelContext camelContext, VelocityComponentConfiguration configuration) throws Exception
Exception
Apache Camel