@Configuration @EnableConfigurationProperties(value=FreemarkerComponentConfiguration.class) public class FreemarkerComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
FreemarkerComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FreemarkerComponent |
configureFreemarkerComponent(org.apache.camel.CamelContext camelContext,
FreemarkerComponentConfiguration configuration) |
public FreemarkerComponentAutoConfiguration()
@Bean(name="freemarker-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=FreemarkerComponent.class) public FreemarkerComponent configureFreemarkerComponent(org.apache.camel.CamelContext camelContext, FreemarkerComponentConfiguration configuration) throws Exception
ExceptionApache Camel