public interface HistoneResourceLoader
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Resource> |
load(Context ctx,
String href,
String baseHref,
Map<String,Object> args)
Load resource using specified href, baseHref and arguments
|
String |
resolveFullPath(String href,
String baseHref)
Return full path for specified resource href and base href
|
CompletableFuture<Resource> load(Context ctx, String href, String baseHref, Map<String,Object> args) throws ResourceLoadException
href - resource locationbaseHref - base href for loadingargs - additional custom arguments for resource loaderResourceLoadException - if errors occurString resolveFullPath(String href, String baseHref) throws ResourceLoadException
href - resource hrefbaseHref - base hrefResourceLoadException - in case of any errorsCopyright © 2017. All rights reserved.