@Configuration @EnableConfigurationProperties(value=JuelLanguageConfiguration.class) public class JuelLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JuelLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
JuelLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.juel.JuelLanguage |
configureJuelLanguage(org.apache.camel.CamelContext camelContext,
JuelLanguageConfiguration configuration) |
@Bean(name="el-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.juel.JuelLanguage.class) public org.apache.camel.language.juel.JuelLanguage configureJuelLanguage(org.apache.camel.CamelContext camelContext, JuelLanguageConfiguration configuration) throws Exception
Exception
Apache Camel