public interface Loader
| 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
|
CompletableFuture<Resource> loadResource(Context ctx, URI url, Map<String,Object> params)
url - for loadingparams - of loadingString getScheme()
Copyright © 2017. All rights reserved.