Serialized Form


Package de.fuberlin.wiwiss.marbles

Class de.fuberlin.wiwiss.marbles.MarblesServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

dataRoot

java.lang.String dataRoot
Path to data directory with subdirectories for fresnel configuration ("fresnel"), built-in ontologies ("ontologies") and XSLT transformations ("xsl"), absolute or relative to the Marbles app directory


assetsURL

java.net.URL assetsURL
Full HTTP path to assets in the "web" directory


serviceURL

java.net.URL serviceURL
HTTP URL of this service


fresnelDirectory

java.lang.String fresnelDirectory
The directory that contains the fresnel configuration


ontologiesDirectory

java.lang.String ontologiesDirectory
The directory that contains ontologies to load


xslDirectory

java.lang.String xslDirectory
The directory that contains the XSLT stylesheet


xslTransformation

java.lang.String xslTransformation
The filename of the XSLT stylesheet to use


logger

org.apache.log4j.Logger logger

cacheController

CacheController cacheController

semwebClient

SemanticWebClient semwebClient

confRepository

org.openrdf.repository.sail.SailRepository confRepository

ontoRepository

org.openrdf.repository.sail.SailRepository ontoRepository

dataRepository

org.openrdf.repository.sail.SailRepository dataRepository

metaDataRepository

org.openrdf.repository.sail.SailRepository metaDataRepository

sameAsInferencer

SameAsInferencer sameAsInferencer

valueFactory

org.openrdf.model.ValueFactory valueFactory