Class ScriptFactory
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ScriptFactory
A script factory is responsible for creating a ExecutableScript
 instance. Users may customize (subclass) this class in order to customize script
 creation. For instance, some users may choose to pre-process scripts before
 they are created.
- Author:
- Daniel Meyer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateScriptFromResource(String language, String resource) createScriptFromResource(String language, Expression resourceExpression) createScriptFromSource(String language, String source) createScriptFromSource(String language, Expression sourceExpression) 
- 
Constructor Details- 
ScriptFactorypublic ScriptFactory()
 
- 
- 
Method Details- 
createScriptFromResource
- 
createScriptFromResource
- 
createScriptFromSource
- 
createScriptFromSource
 
-