| Package | Description |
|---|---|
| ru.histone.v2.evaluator.function.global | |
| ru.histone.v2.evaluator.resource | |
| ru.histone.v2.evaluator.resource.loader | |
| ru.histone.v2.utils |
| Modifier and Type | Method and Description |
|---|---|
protected ExpAstNode |
Require.processTemplate(String template,
Resource res) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoneStreamResource |
class |
HistoneStringResource |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Resource> |
SchemaResourceLoader.load(Context ctx,
String href,
String baseHref,
Map<String,Object> args) |
CompletableFuture<Resource> |
HistoneResourceLoader.load(Context ctx,
String href,
String baseHref,
Map<String,Object> args)
Load resource using specified href, baseHref and arguments
|
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<Resource> |
HttpLoader.loadRequest(URI url,
Map<String,Object> params) |
CompletableFuture<Resource> |
Loader.loadResource(Context ctx,
URI url,
Map<String,Object> params)
Method returns future of resource, which was load by url and params
|
CompletableFuture<Resource> |
HttpLoader.loadResource(Context ctx,
URI url,
Map<String,Object> params) |
CompletableFuture<Resource> |
FileLoader.loadResource(Context ctx,
URI url,
Map<String,Object> params) |
CompletableFuture<Resource> |
DataLoader.loadResource(Context ctx,
URI url,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
static String |
IOUtils.readStringFromResource(Resource resource,
String path) |
static String |
IOUtils.readStringFromResource(Resource resource,
String path,
String encoding) |
Copyright © 2017. All rights reserved.