public class DefaultSearchManager extends BasePageFilter implements SearchManager
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchManager.JSONSearch
Provides a JSON AJAX API to the JSPWiki Search Engine.
|
m_engineDEFAULT_SEARCHPROVIDER, JSON_SEARCH, PROP_SEARCHPROVIDER| Constructor and Description |
|---|
DefaultSearchManager(Engine engine,
Properties properties)
Creates a new SearchManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(WikiEvent event) |
SearchProvider |
getSearchEngine()
Returns the SearchProvider used.
|
void |
initialize(Engine engine,
Properties properties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPages, pageRemoved, reindexPagedestroy, postSave, postTranslate, preSave, preTranslatepublic DefaultSearchManager(Engine engine, Properties properties) throws FilterException
engine - The Engine that owns this SearchManager.properties - The list of Properties.FilterException - If it cannot be instantiated.public void initialize(Engine engine, Properties properties) throws FilterException
initialize in interface PageFilterinitialize in class BasePageFilterFilterExceptionpublic SearchProvider getSearchEngine()
getSearchEngine in interface SearchManagerpublic void actionPerformed(WikiEvent event)
actionPerformed in interface WikiEventListenerCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.