Interface JavaScriptLoader
- All Superinterfaces:
- ClientService,- Serializable
Deprecated.
The JavaScriptLoader service allows loading additional JavaScript files at runtime.
- Since:
- 2.0
- 
Method Summary
- 
Method Details- 
requireDeprecated.Instructs the client to immediately load and evaluate a JavaScript file from the given URL. If the file has already been loaded by the client, nothing happens. TheResourceManagercan 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.- Parameters:
- url- the URL from which to load the JavaScript file
 
 
- 
ClientFileLoaderinstead.