ClientFileLoader
instead.@Deprecated public interface JavaScriptLoader extends ClientService
Modifier and Type | Method and Description |
---|---|
void |
require(java.lang.String url)
Deprecated.
Instructs the client to immediately load and evaluate a JavaScript file from the given URL.
|
void require(java.lang.String url)
ResourceManager
can be used to
register a file that can be loaded by the JavaScriptLoader. Since 2.2 the file can also loaded
from any other server the client can connect to.url
- the URL from which to load the JavaScript file
Copyright (c) EclipseSource and others 2002, 2016.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0