@Generated(value="org.apache.camel.maven.packaging.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() |
String |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setAllowContextMapAll(Boolean allowContextMapAll) |
void |
setAllowTemplateFromHeader(Boolean allowTemplateFromHeader) |
void |
setConfiguration(String configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getConfiguration()
public void setConfiguration(String configuration)
public Boolean getAllowTemplateFromHeader()
public void setAllowTemplateFromHeader(Boolean allowTemplateFromHeader)
public Boolean getAllowContextMapAll()
public void setAllowContextMapAll(Boolean allowContextMapAll)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel