|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.writer.ServletContextFileIndexingPlugin
public abstract class ServletContextFileIndexingPlugin
This abstract class implements FileIndexingPlugin to provide access to the ServletContext
during the indexing process. This class should be used
when using a FileIndexingPlugin in a Servlet environment.
$Log: ServletContextFileIndexingPlugin.java,v $ Revision 1.3 2009/03/20 23:33:53 jweather -updated the license statement in all Java files to Educational Community License v1.0. Revision 1.2 2004/09/10 22:46:05 jweather added XML format (docType) and collection (docGroup) to the FileIndexingServicePlugin Revision 1.1 2004/09/10 01:58:06 jweather FileIndexingPlugins for use in the DDS Servlet indexing of items
FileIndexingServiceWriter
Constructor Summary | |
---|---|
ServletContextFileIndexingPlugin()
|
Method Summary | |
---|---|
static ServletContext |
getServletContext()
Gets the ServletContext for use during the indexing process. |
static void |
setServletContext(ServletContext context)
Sets the ServletContext to make it available to this plugin during the indexing process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.dlese.dpc.index.writer.FileIndexingPlugin |
---|
addFields |
Constructor Detail |
---|
public ServletContextFileIndexingPlugin()
Method Detail |
---|
public static void setServletContext(ServletContext context)
context
- The ServletContextpublic static ServletContext getServletContext()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |