Interface IJavascriptEngineProcessor
- All Known Implementing Classes:
JavascriptEngineProcessor
public interface IJavascriptEngineProcessor
The Javascript Engine Processor interface.
-
Method Summary
Modifier and Type Method Description voidexecuteService(String module)Execute service.
-
Method Details
-
executeService
Execute service.- Parameters:
module- the module- Throws:
ScriptingException- the scripting exception
-