@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.velocity") public class VelocityComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
VelocityComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowContextMapAll() |
Boolean |
getAllowTemplateFromHeader() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getVelocityEngine() |
void |
setAllowContextMapAll(Boolean allowContextMapAll) |
void |
setAllowTemplateFromHeader(Boolean allowTemplateFromHeader) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setVelocityEngine(String velocityEngine) |
public String getVelocityEngine()
public void setVelocityEngine(String velocityEngine)
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