public abstract class ServletContextRepositoryWriterPlugin extends java.lang.Object implements RepositoryWriterPlugin
ServletContext
during the indexing process. This class should be used
when using a RepositoryWriterPlugin in a Servlet environment.
Constructor and Description |
---|
ServletContextRepositoryWriterPlugin() |
Modifier and Type | Method and Description |
---|---|
static javax.servlet.ServletContext |
getServletContext()
Gets the ServletContext for use during the indexing process.
|
static void |
setServletContext(javax.servlet.ServletContext context)
Sets the ServletContext to make it available to this plugin during the indexing
process.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteRecord, putCollectionData, putRecord
public ServletContextRepositoryWriterPlugin()
public static void setServletContext(javax.servlet.ServletContext context)
context
- The ServletContextpublic static javax.servlet.ServletContext getServletContext()