| Package | Description |
|---|---|
| org.cthul.resolve | |
| org.cthul.resolve.results | |
| org.cthul.xml |
| Modifier and Type | Method and Description |
|---|---|
protected RResult |
ClassResourceResolver.get(RRequest request,
String source) |
protected RResult |
ClassLoaderResourceResolver.get(RRequest request,
String source) |
RResult |
RResult.getResult() |
RResult |
RResponse.getResult()
Returns result if present, otherwise throws
RResponse.asException(). |
RResult |
ResponseBuilder.NoResult.getResult() |
RResult |
ResponseBuilder.WarningLog.getResult() |
RResult |
ResolvingException.getResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectResolver.log_resolved(RResult res) |
protected abstract T |
ObjectResolver.result(RResult result) |
abstract RResponse |
ResponseBuilder.withResult(RResult result)
Returns a response that combines the warnings of this builder with the given result.
|
RResponse |
ResponseBuilder.NoResult.withResult(RResult result) |
RResponse |
ResponseBuilder.WarningLog.withResult(RResult result) |
| Constructor and Description |
|---|
InputStreamURLConnection(URL url,
RResult result,
Map<String,String> headerMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesResult
Result based on a byte array or ByteBuffer.
|
class |
FileResult
Result based on a File or Path.
|
class |
InputStreamResult |
class |
StringResult |
class |
URLResult |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
CXMLResolver.result(RResult res) |
protected LSInput |
CLSResourceResolver.result(RResult result) |
| Constructor and Description |
|---|
LSInputResult(RResult result) |
Copyright © 2015. All rights reserved.