public interface RendererFactory
APIEndpoint
and a ShortnameService
.Modifier and Type | Method and Description |
---|---|
Renderer |
buildWith(APIEndpoint ep,
ShortnameService sns)
Answer a Renderer constructed to our recipe for the
given endpoint and short-name service.
|
RendererFactory |
withMediaType(MediaType mt)
Answer a new RendererFactory just like this one, but producing
renderers that announce the given media type.
|
RendererFactory |
withRoot(com.hp.hpl.jena.rdf.model.Resource uri)
Answer a new RendererFactory just like this one, but with
the given Resource for additional properties.
|
Renderer buildWith(APIEndpoint ep, ShortnameService sns)
RendererFactory withRoot(com.hp.hpl.jena.rdf.model.Resource uri)
RendererFactory withMediaType(MediaType mt)
Copyright © 2014. All Rights Reserved.