|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchEngineConfig | |
com.toalango.qzarch |
Uses of SearchEngineConfig in com.toalango.qzarch |
Methods in com.toalango.qzarch that return SearchEngineConfig | |
com.toalango.qzarch.SearchEngineConfig |
SearchEngine.getSearchEngineConfig()
|
Methods in com.toalango.qzarch with parameters of type SearchEngineConfig | |
void |
SearchEngine.setSearchEngineConfig(com.toalango.qzarch.SearchEngineConfig pSearchEngineConfig)
|
Constructors in com.toalango.qzarch with parameters of type SearchEngineConfig | |
SearchEngine(com.toalango.qzarch.SearchEngineConfig pSearchEngineConfig)
From the main servlet handling the searches you instantiate the SearchEngine in the overridden GenericServlet.init() method by passing
SearchEngineConfig object to this constructor.
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |