Interface IJavascriptModuleSourceProvider
public interface IJavascriptModuleSourceProvider
The Interface IJavascriptModuleSourceProvider.
-
Method Summary
Modifier and Type Method Description StringloadSource(String module)Load source.
-
Method Details
-
loadSource
Load source.- Parameters:
module- the module- Returns:
- the string
- Throws:
IOException- Signals that an I/O exception has occurred.URISyntaxException- the URI syntax exception
-