Interface | Description |
---|---|
PropertiesFunction |
Function in scripting languages to leverage the Camel
org.apache.camel.component.properties.PropertiesComponent
to make it easier to resolve property placeholders. |
Class | Description |
---|---|
JavaScriptLanguage | |
PhpLanguage | |
PythonLanguage | |
RubyLanguage | |
ScriptBuilder |
A builder class for creating
Processor , Expression and
Predicate objects using the JSR 223 scripting engine. |
ScriptLanguage | |
ScriptLanguageResolver | |
ScriptPropertiesFunction |
Exception | Description |
---|---|
ScriptEvaluationException |
An exception thrown if the script evaluation fails
|
Annotation Type | Description |
---|---|
Groovy |
An annotation for injection of Groovy expressions
into method parameters, fields or properties
|
JavaScript |
An annotation for injection of JavaScript expressions
into method parameters, fields or properties
|
PHP |
An annotation for injection of PHP expressions
into method parameters, fields or properties
|
Python |
An annotation for injection of Python expressions
into method parameters, fields or properties
|
Ruby |
An annotation for injection of Ruby expressions
into method parameters, fields or properties
|
Apache Camel