public abstract class DataGetterBase extends Object implements DataGetter
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_DISPLAY_MODEL |
static String |
REQUEST_DISPLAY_MODEL |
static String |
REQUEST_JENA_ONT_MODEL |
| Constructor and Description |
|---|
DataGetterBase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jena.rdf.model.Model |
getModel(javax.servlet.ServletContext context,
VitroRequest vreq,
String modelName)
Get the model to use based on a model URI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatapublic static final String REQUEST_DISPLAY_MODEL
public static final String REQUEST_JENA_ONT_MODEL
public static final String CONTEXT_DISPLAY_MODEL
protected org.apache.jena.rdf.model.Model getModel(javax.servlet.ServletContext context,
VitroRequest vreq,
String modelName)
Copyright © 2022. All rights reserved.