| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_SCHEME |
| Constructor and Description |
|---|
DataLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScheme()
Method returns scheme of current implementation
|
CompletableFuture<Resource> |
loadResource(Context ctx,
URI url,
Map<String,Object> params)
Method returns future of resource, which was load by url and params
|
public static final String DATA_SCHEME
public CompletableFuture<Resource> loadResource(Context ctx, URI url, Map<String,Object> params)
LoaderloadResource in interface Loaderurl - for loadingparams - of loadingCopyright © 2017. All rights reserved.