@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.freemarker") public class FreemarkerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
FreemarkerComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowContextMapAll() |
Boolean |
getAllowTemplateFromHeader() |
Boolean |
getBasicPropertyBinding()
Deprecated.
|
freemarker.template.Configuration |
getConfiguration() |
Boolean |
getLazyStartProducer() |
void |
setAllowContextMapAll(Boolean allowContextMapAll) |
void |
setAllowTemplateFromHeader(Boolean allowTemplateFromHeader) |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding)
Deprecated.
|
void |
setConfiguration(freemarker.template.Configuration configuration) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public Boolean getAllowContextMapAll()
public void setAllowContextMapAll(Boolean allowContextMapAll)
public Boolean getAllowTemplateFromHeader()
public void setAllowTemplateFromHeader(Boolean allowTemplateFromHeader)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
@Deprecated @DeprecatedConfigurationProperty public Boolean getBasicPropertyBinding()
@Deprecated public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public freemarker.template.Configuration getConfiguration()
public void setConfiguration(freemarker.template.Configuration configuration)
Apache Camel