public class FeedRendererFactory extends Object implements RendererFactory
Modifier and Type | Field and Description |
---|---|
static MediaType |
atom |
static String |
format |
Constructor and Description |
---|
FeedRendererFactory() |
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 config)
Answer a new RendererFactory just like this one, but with
the given Resource for additional properties.
|
public static final MediaType atom
public static final String format
public Renderer buildWith(APIEndpoint ep, ShortnameService sns)
RendererFactory
buildWith
in interface RendererFactory
public RendererFactory withRoot(com.hp.hpl.jena.rdf.model.Resource config)
RendererFactory
withRoot
in interface RendererFactory
public RendererFactory withMediaType(MediaType mt)
RendererFactory
withMediaType
in interface RendererFactory
Copyright © 2014. All Rights Reserved.