public class CallbackRendererImpl extends Object implements CallbackRenderer
Modifier and Type | Method and Description |
---|---|
void |
render(GraphNode resource,
GraphNode context,
String mode,
OutputStream os)
Renders the specified resource and context in the specified mode to an outputstream
|
void |
render(UriRef resource,
GraphNode context,
String mode,
OutputStream os)
Renders a specified named resource using the GraphNode returned by
org.apache.clerezza.rdf.utils.graphnodeprovider.GraphNodeProvider#get(org.apache.clerezza.rdf.core.UriRef) . |
public void render(GraphNode resource, GraphNode context, String mode, OutputStream os) throws IOException
CallbackRenderer
render
in interface CallbackRenderer
IOException
public void render(UriRef resource, GraphNode context, String mode, OutputStream os) throws IOException
CallbackRenderer
org.apache.clerezza.rdf.utils.graphnodeprovider.GraphNodeProvider#get(org.apache.clerezza.rdf.core.UriRef)
.
Otherwise same as render(GraphNode, .GraphNode, String, OutputStream)render
in interface CallbackRenderer
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.