public interface ClientFileLoader extends ClientService
Modifier and Type | Method and Description |
---|---|
void |
requireCss(java.lang.String url)
Instructs the client to immediately load and include CSS file from the given URL.
|
void |
requireJs(java.lang.String url)
Instructs the client to immediately load and execute a JavaScript file from the given URL.
|
void requireJs(java.lang.String url)
Files can be registered with the
ResourceManager
.
url
- the URL from which to load the JavaScript filevoid requireCss(java.lang.String url)
Files can be registered with the
ResourceManager
.
url
- the URL from which to load the CSS 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