| Package | Description |
|---|---|
| org.apache.camel.component.properties |
The Properties Component for lookup of property
placeholders for endpoint URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertiesLookup
Default
PropertiesLookup which lookup properties from a Properties with all existing
properties. |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultPropertiesParser.parseProperty(String key,
String value,
PropertiesLookup properties) |
String |
PropertiesParser.parseProperty(String key,
String value,
PropertiesLookup properties)
While parsing the uri using parseUri method each parsed property found invokes this callback.
|
protected String |
PropertiesComponent.parseUri(String uri,
PropertiesLookup properties) |
String |
DefaultPropertiesParser.parseUri(String text,
PropertiesLookup properties,
boolean defaultFallbackEnabled) |
String |
PropertiesParser.parseUri(String text,
PropertiesLookup properties,
boolean fallback)
Parses the string and replaces the property placeholders with values from the given properties.
|
Apache Camel