Class DataGetterBase
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.dataGetter.DataGetterBase
-
- All Implemented Interfaces:
DataGetter
- Direct Known Subclasses:
BrowseDataGetter,ClassGroupPageData,FixedHTMLDataGetter,IndividualsForClassesDataGetter,SearchIndividualsDataGetter,SparqlQueryDataGetter
public abstract class DataGetterBase extends Object implements DataGetter
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_DISPLAY_MODELstatic StringREQUEST_DISPLAY_MODELstatic StringREQUEST_JENA_ONT_MODEL
-
Constructor Summary
Constructors Constructor Description DataGetterBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.rdf.model.ModelgetModel(VitroRequest vreq, String modelName)Get the model to use based on a model URI.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.utils.dataGetter.DataGetter
getData
-
-
-
-
Field Detail
-
REQUEST_DISPLAY_MODEL
public static final String REQUEST_DISPLAY_MODEL
- See Also:
- Constant Field Values
-
REQUEST_JENA_ONT_MODEL
public static final String REQUEST_JENA_ONT_MODEL
- See Also:
- Constant Field Values
-
CONTEXT_DISPLAY_MODEL
public static final String CONTEXT_DISPLAY_MODEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModel
protected org.apache.jena.rdf.model.Model getModel(VitroRequest vreq, String modelName)
Get the model to use based on a model URI.
-
-