public class BuiltinRendererTable extends Object
Constructor and Description |
---|
BuiltinRendererTable() |
Modifier and Type | Method and Description |
---|---|
static Factories |
getBuiltinRenderers() |
static RendererFactory |
getFactory(com.hp.hpl.jena.rdf.model.Resource type) |
static boolean |
isRendererType(com.hp.hpl.jena.rdf.model.Resource r) |
static void |
putFactory(com.hp.hpl.jena.rdf.model.Resource config,
String name,
com.hp.hpl.jena.rdf.model.Resource type,
MediaType mt,
RendererFactory rf) |
public static void putFactory(com.hp.hpl.jena.rdf.model.Resource config, String name, com.hp.hpl.jena.rdf.model.Resource type, MediaType mt, RendererFactory rf)
public static RendererFactory getFactory(com.hp.hpl.jena.rdf.model.Resource type)
public static Factories getBuiltinRenderers()
public static boolean isRendererType(com.hp.hpl.jena.rdf.model.Resource r)
Copyright © 2014. All Rights Reserved.