public class SeedsnipeTemplatingEngine extends Object implements TemplatingEngine
DefaultParser
.Constructor and Description |
---|
SeedsnipeTemplatingEngine() |
Modifier and Type | Method and Description |
---|---|
void |
process(GraphNode res,
GraphNode user,
RenderingFunctions renderingFunctions,
URL template,
OutputStream os)
Parses and expands the
template
with data from res . |
public void process(GraphNode res, GraphNode user, RenderingFunctions renderingFunctions, URL template, OutputStream os) throws IOException
TemplatingEngine
template
with data from res
.process
in interface TemplatingEngine
res
- RDF resource to be rendered with the template.user
- RDF resource describing the current user.template
- the template URL.os
- where the output will be written to.IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.