|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContext | |
com.mkdoc.jspider | JSpider components for the MKSearch project |
com.mkdoc.servlet | Public service servlets |
com.mkdoc.store | Management interfaces and implementations. |
com.mkdoc.tag | Java Server Pages custom tag library |
com.mkdoc.util | Utility classes for the MKSearch project |
Uses of ApplicationContext in com.mkdoc.jspider |
Classes in com.mkdoc.jspider that implement ApplicationContext | |
class |
PluginApplicationContext
A plugin application context. |
Methods in com.mkdoc.jspider that return ApplicationContext | |
static ApplicationContext |
AbstractMKDocPlugin.getApplicationContext(net.javacoding.jspider.core.util.config.PropertySet propertySet)
Get the plugin application context. |
Methods in com.mkdoc.jspider with parameters of type ApplicationContext | |
protected java.lang.String |
AbstractRdfPlugin.loadApplicationProfile(ApplicationContext context)
Load a custom application profile if specified in a property set. |
Uses of ApplicationContext in com.mkdoc.servlet |
Classes in com.mkdoc.servlet that implement ApplicationContext | |
class |
ServletApplicationContext
A servlet application context. |
Methods in com.mkdoc.servlet that return ApplicationContext | |
static ApplicationContext |
AbstractMKDocServlet.getApplicationContext(javax.servlet.ServletContext context)
Get an application context for a servlet. |
Uses of ApplicationContext in com.mkdoc.store |
Methods in com.mkdoc.store with parameters of type ApplicationContext | |
void |
TripleFileStoreManager.initialize(ApplicationContext context)
Initialize the manager. |
static StoreManager |
StoreManagerFactory.newStoreManager(ApplicationContext context)
Get a StoreManager instance. |
static FileStoreManager |
StoreManagerFactory.newFileStoreManager(ApplicationContext context)
Get a StoreManager instance. |
void |
LocalStoreManager.initialize(ApplicationContext context)
Initialize the manager. |
protected java.lang.String |
LocalStoreManager.configureOutput(ApplicationContext context)
Configure the output directory from the plugin property set. |
protected java.lang.String |
LocalStoreManager.configureRepository(ApplicationContext context)
Configure the output directory from the plugin property set. |
void |
HtmlFileStoreManager.initialize(ApplicationContext context)
Initialize the manager. |
void |
DatabaseStoreManager.initialize(ApplicationContext context)
Initialize the manager. |
protected java.lang.String |
DatabaseStoreManager.configureRepository(ApplicationContext context)
Configure the database from the plugin property set. |
protected java.lang.String |
AbstractFileStoreManager.configureOutput(ApplicationContext context)
Configure the output directory from the plugin property set. |
void |
Manager.initialize(ApplicationContext context)
Initialize the manager. |
Uses of ApplicationContext in com.mkdoc.tag |
Fields in com.mkdoc.tag declared as ApplicationContext | |
protected static ApplicationContext |
QueryResultTag.appContext
The application context. |
Uses of ApplicationContext in com.mkdoc.util |
Classes in com.mkdoc.util that implement ApplicationContext | |
class |
AbstractApplicationContext
Base superclass for application contexts. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |