Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.Application.Component
-
-
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.filestorage.impl
Classes in edu.cornell.mannlib.vitro.webapp.filestorage.impl that implement Application.Component Modifier and Type Class Description classFileStorageImplWrapperA thin wrapper around the existing FileStorageImpl. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Classes in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio that implement Application.Component Modifier and Type Class Description classIIOImageProcessorCrop the main image as specified, and scale it to the correct size for a thumbnail. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Classes in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai that implement Application.Component Modifier and Type Class Description classJaiImageProcessorDeprecated. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules Modifier and Type Interface Description static interfaceApplication.Extensionstatic interfaceApplication.Module -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.fileStorage
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.fileStorage Modifier and Type Interface Description interfaceFileStorageThe interface for the File Storage system. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor Modifier and Type Interface Description interfaceImageProcessorHandle image processing for VIVO; uploads and thumbnailing. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.searchEngine Modifier and Type Interface Description interfaceSearchEngineThe principle interface for the SearchEngine. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer Modifier and Type Interface Description interfaceSearchIndexerInterface for the code that controls the contents of the search index. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner Modifier and Type Interface Description interfaceTBoxReasonerModuleA wrapper around the TBox reasoner -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.tripleSource
Subinterfaces of Application.Component in edu.cornell.mannlib.vitro.webapp.modules.tripleSource Modifier and Type Interface Description interfaceTripleSourceA provider of triples and the data structures by which they are accessed.Classes in edu.cornell.mannlib.vitro.webapp.modules.tripleSource that implement Application.Component Modifier and Type Class Description classConfigurationTripleSourceA triple source for configuration models.classContentTripleSourceA triple source for content models. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.searchengine
Classes in edu.cornell.mannlib.vitro.webapp.searchengine that implement Application.Component Modifier and Type Class Description classInstrumentedSearchEngineWrapperManages the life-cycle of the SearchEngine. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch that implement Application.Component Modifier and Type Class Description classElasticSearchEngineA first draft of an Elasticsearch implementation. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.solr that implement Application.Component Modifier and Type Class Description classSolrSearchEngineThe Solr-based implementation of SearchEngine. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.searchindex
Classes in edu.cornell.mannlib.vitro.webapp.searchindex that implement Application.Component Modifier and Type Class Description classSearchIndexerImplAn implementation of the SearchIndexer interface. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact
Classes in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact that implement Application.Component Modifier and Type Class Description classJFactTBoxReasonerModuleConfigure a JFact reasoner on the TBox. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb that implement Application.Component Modifier and Type Class Description classContentTripleSourceSDBCreate the connection to the SDB triple-store. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql that implement Application.Component Modifier and Type Class Description classContentTripleSourceSPARQLFor a SPARQL endpoint, each connection is created as needed by the RDFService, so there is no need to manage connections here. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb that implement Application.Component Modifier and Type Class Description classConfigurationTripleSourceTDBA TDB triple-store has no concept of connections, so we need not manage them here.classContentTripleSourceTDBA TDB triple-store has no concept of connections, so we need not manage them here. -
Uses of Application.Component in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso that implement Application.Component Modifier and Type Class Description classContentTripleSourceVirtuosoSo far, it's just like a ContentTripleSourceSPARQL but it uses an instance of RDFServiceVirtuoso.
-