public class OptimizedJSBundleLoader extends JSBundleLoader
Constructor and Description |
---|
OptimizedJSBundleLoader(java.lang.String path,
java.lang.String sourceURL,
int loadFlags) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
loadScript(CatalystInstanceImpl instance)
Loads the script, returning the URL of the source it loaded.
|
createAssetLoader, createCachedBundleFromNetworkLoader, createFileLoader, createRemoteDebuggerBundleLoader
public OptimizedJSBundleLoader(java.lang.String path, java.lang.String sourceURL, int loadFlags)
public java.lang.String loadScript(CatalystInstanceImpl instance)
JSBundleLoader
loadScript
in class JSBundleLoader