| Package | Description |
|---|---|
| org.mule.runtime.module.scripting.component |
Base classes for script based components such as BeanShell or Groovy.
|
| org.mule.runtime.module.scripting.filter | |
| org.mule.runtime.module.scripting.transformer |
| Modifier and Type | Method and Description |
|---|---|
Scriptable |
ScriptComponent.getScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptComponent.setScript(Scriptable script) |
| Modifier and Type | Method and Description |
|---|---|
Scriptable |
ScriptFilter.getScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptFilter.setScript(Scriptable script) |
| Modifier and Type | Method and Description |
|---|---|
Scriptable |
ScriptTransformer.getScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptTransformer.setScript(Scriptable script) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.