|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreManager | |
com.mkdoc.jspider | JSpider components for the MKSearch project |
com.mkdoc.sax | Implementations of SAX interfaces |
com.mkdoc.servlet | Public service servlets |
com.mkdoc.store | Management interfaces and implementations. |
com.mkdoc.tag | Java Server Pages custom tag library |
Uses of StoreManager in com.mkdoc.jspider |
Fields in com.mkdoc.jspider declared as StoreManager | |
protected StoreManager |
RdfStoreWriterPlugin.manager
A reference to a StoreManager store interface. |
protected StoreManager |
AbstractStoreManagerPlugin.manager
A reference to a SubjectManager store interface. |
Methods in com.mkdoc.jspider with parameters of type StoreManager | |
protected RdfContentHandler |
XhtmlStoreWriterPlugin.getContentHandler(StoreManager manager,
java.net.URL url)
Get a pre-configured content handler. |
protected RdfContentHandler |
MetaStoreWriterPlugin.getContentHandler(StoreManager manager,
java.net.URL url)
Get a pre-configured content handler. |
protected abstract RdfContentHandler |
AbstractStoreManagerPlugin.getContentHandler(StoreManager manager,
java.net.URL url)
Get a pre-configured content handler. |
Uses of StoreManager in com.mkdoc.sax |
Fields in com.mkdoc.sax declared as StoreManager | |
protected StoreManager |
AbstractStoreWriter.manager
A store manager reference. |
Constructors in com.mkdoc.sax with parameters of type StoreManager | |
XhtmlStoreWriter(StoreManager manager,
java.net.URL url)
Construct from a Sesame repository and initial URI. |
|
MetaStoreWriter(StoreManager manager,
java.net.URL url)
Construct from a Sesame repository and initial URI. |
|
LinkStoreWriter(StoreManager manager,
java.net.URL url)
Construct from a store manager and initial URI. |
Uses of StoreManager in com.mkdoc.servlet |
Fields in com.mkdoc.servlet declared as StoreManager | |
protected static StoreManager |
HttpQuery.manager
The store interface. |
Uses of StoreManager in com.mkdoc.store |
Classes in com.mkdoc.store that implement StoreManager | |
class |
DatabaseStoreManager
A store manager for a local Sesame repository. |
class |
LocalStoreManager
A store manager for a local Sesame repository. |
Methods in com.mkdoc.store that return StoreManager | |
static StoreManager |
StoreManagerFactory.newStoreManager(ApplicationContext context)
Get a StoreManager instance. |
Uses of StoreManager in com.mkdoc.tag |
Fields in com.mkdoc.tag declared as StoreManager | |
protected static StoreManager |
QueryResultTag.manager
The query manager |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |