@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 |
getResolvePropertyPlaceholders() |
org.apache.velocity.app.VelocityEngine |
getVelocityEngine() |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) |
public org.apache.velocity.app.VelocityEngine getVelocityEngine()
public void setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel