com.raritantechnologies.searchApp
Class SearchHistorySourceFactory

java.lang.Object
  extended bycom.raritantechnologies.searchApp.XMLSearchSourceFactory
      extended bycom.raritantechnologies.searchApp.SearchHistorySourceFactory
All Implemented Interfaces:
IXMLSearchSourceFactory

public class SearchHistorySourceFactory
extends XMLSearchSourceFactory

Factory class for SearchHistorySource. Subclass of XMLSearchSourceFactory.


Developed by Raritan Technologies .

Author:
Glenn Robitaille

Constructor Summary
SearchHistorySourceFactory()
           
 
Method Summary
 SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem, ISearchFieldMapFactory factory)
           
static org.w3c.dom.Element getConfigElement(java.lang.String filterSourceName)
           
 
Methods inherited from class com.raritantechnologies.searchApp.XMLSearchSourceFactory
changeBasePath, initializeFieldFormatters, initializeSource, initializeStaticFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchHistorySourceFactory

public SearchHistorySourceFactory()
Method Detail

createSearchSources

public SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem,
                                          ISearchFieldMapFactory factory)
Specified by:
createSearchSources in interface IXMLSearchSourceFactory
Specified by:
createSearchSources in class XMLSearchSourceFactory

getConfigElement

public static org.w3c.dom.Element getConfigElement(java.lang.String filterSourceName)