Uses of Interface
org.apache.wiki.event.WikiEventListener
| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.auth |
Authentication, Authorization and the third A thing.
|
| org.apache.wiki.auth.authorize |
Authorizer implementation.
|
| org.apache.wiki.event | |
| org.apache.wiki.filters |
Provides page and content filtering functionality for JSPWiki.
|
| org.apache.wiki.pages |
Entry point for JSPWiki's Page Objects.
|
| org.apache.wiki.plugin |
Provides plugins to the JSPWiki.
|
| org.apache.wiki.references |
Provides the JSPWiki track of pages' references.
|
| org.apache.wiki.render |
Provides the JSPWiki rendering functionality.
|
| org.apache.wiki.rss |
Provides the JSPWiki RSS feeds functionality.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
| org.apache.wiki.ui.admin |
Contains classes for the JSPWiki administrative interface.
|
| org.apache.wiki.workflow |
-
Uses of WikiEventListener in org.apache.wiki
Classes in org.apache.wiki that implement WikiEventListener Modifier and Type Class Description classWikiBackgroundThreadAbstract Thread subclass that operates in the background; when it detects theWikiEngineEvent.SHUTDOWNevent, it terminates itself.classWikiSessionDefault implementation forSession.Methods in org.apache.wiki with parameters of type WikiEventListener Modifier and Type Method Description voidWikiEngine. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidWikiEngine. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance. -
Uses of WikiEventListener in org.apache.wiki.api.core
Subinterfaces of WikiEventListener in org.apache.wiki.api.core Modifier and Type Interface Description interfaceSessionRepresents a long-running wiki session, with an associated user Principal, user Subject, and authentication status.Methods in org.apache.wiki.api.core with parameters of type WikiEventListener Modifier and Type Method Description voidEngine. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidEngine. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance. -
Uses of WikiEventListener in org.apache.wiki.auth
Methods in org.apache.wiki.auth with parameters of type WikiEventListener Modifier and Type Method Description voidAuthenticationManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidAuthorizationManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidDefaultAuthenticationManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidDefaultAuthorizationManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidDefaultUserManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidSessionMonitor. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidUserManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidAuthenticationManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidAuthorizationManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidDefaultAuthenticationManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidDefaultAuthorizationManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidDefaultUserManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidSessionMonitor. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidUserManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance. -
Uses of WikiEventListener in org.apache.wiki.auth.authorize
Subinterfaces of WikiEventListener in org.apache.wiki.auth.authorize Modifier and Type Interface Description interfaceGroupManagerFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.Classes in org.apache.wiki.auth.authorize that implement WikiEventListener Modifier and Type Class Description classDefaultGroupManagerFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.Fields in org.apache.wiki.auth.authorize declared as WikiEventListener Modifier and Type Field Description protected WikiEventListenerDefaultGroupManager. m_groupListenerMethods in org.apache.wiki.auth.authorize with parameters of type WikiEventListener Modifier and Type Method Description voidDefaultGroupManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidGroupManager. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidDefaultGroupManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance.voidGroupManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance. -
Uses of WikiEventListener in org.apache.wiki.event
Methods in org.apache.wiki.event that return types with arguments of type WikiEventListener Modifier and Type Method Description static java.util.Set<WikiEventListener>WikiEventManager. getWikiEventListeners(java.lang.Object client)Return the Set containing the WikiEventListeners attached to the delegate for the supplied client.Methods in org.apache.wiki.event with parameters of type WikiEventListener Modifier and Type Method Description static booleanWikiEventManager. addWikiEventListener(java.lang.Object client, WikiEventListener listener)Registers a WikiEventListener with a WikiEventDelegate for the provided client object.static voidWikiEventEmitter. attach(WikiEventListener listener)Registers aWikiEventListenerso it listens events fired from theWikiEventEmitterinstance.static voidWikiEventEmitter. register(WikiEventListener listener)Registers aWikiEventListenerso it listens events fired from theWikiEventEmitterinstance.static booleanWikiEventManager. removeWikiEventListener(java.lang.Object client, WikiEventListener listener)Un-registers a WikiEventListener with the WikiEventDelegate for the provided client object.static booleanWikiEventManager. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener from any WikiEventDelegate client managed by this WikiEventManager. -
Uses of WikiEventListener in org.apache.wiki.filters
Methods in org.apache.wiki.filters with parameters of type WikiEventListener Modifier and Type Method Description voidPageEventFilter. addWikiEventListener(WikiEventListener listener)Registers a WikiEventListener with this instance.voidPageEventFilter. removeWikiEventListener(WikiEventListener listener)Un-registers a WikiEventListener with this instance. -
Uses of WikiEventListener in org.apache.wiki.pages
Subinterfaces of WikiEventListener in org.apache.wiki.pages Modifier and Type Interface Description interfacePageManagerClasses in org.apache.wiki.pages that implement WikiEventListener Modifier and Type Class Description classDefaultPageManagerManages the WikiPages. -
Uses of WikiEventListener in org.apache.wiki.plugin
Classes in org.apache.wiki.plugin that implement WikiEventListener Modifier and Type Class Description classPageViewPlugin.PageViewManagerPage view manager, handling all storage. -
Uses of WikiEventListener in org.apache.wiki.references
Subinterfaces of WikiEventListener in org.apache.wiki.references Modifier and Type Interface Description interfaceReferenceManagerKeeps track of wikipage references: What pages a given page refers to What pages refer to a given page When a page is added or edited, its references are parsed, a Collection is received, and we crudely replace anything previous with this new Collection.Classes in org.apache.wiki.references that implement WikiEventListener Modifier and Type Class Description classDefaultReferenceManagerKeeps track of wikipage references: What pages a given page refers to What pages refer to a given page This is a quick'n'dirty approach without any finesse in storage and searching algorithms; we trust java.util.*. -
Uses of WikiEventListener in org.apache.wiki.render
Subinterfaces of WikiEventListener in org.apache.wiki.render Modifier and Type Interface Description interfaceRenderingManagerThis class provides a facade towards the differing rendering routines.Classes in org.apache.wiki.render that implement WikiEventListener Modifier and Type Class Description classDefaultRenderingManagerThis class provides a facade towards the differing rendering routines. -
Uses of WikiEventListener in org.apache.wiki.rss
Classes in org.apache.wiki.rss that implement WikiEventListener Modifier and Type Class Description classRSSThreadRuns the RSS generation thread. -
Uses of WikiEventListener in org.apache.wiki.search
Subinterfaces of WikiEventListener in org.apache.wiki.search Modifier and Type Interface Description interfaceSearchManagerManages searching the Wiki.Classes in org.apache.wiki.search that implement WikiEventListener Modifier and Type Class Description classDefaultSearchManagerManages searching the Wiki. -
Uses of WikiEventListener in org.apache.wiki.ui.admin
Classes in org.apache.wiki.ui.admin that implement WikiEventListener Modifier and Type Class Description classDefaultAdminBeanManagerProvides a manager class for all AdminBeans within JSPWiki. -
Uses of WikiEventListener in org.apache.wiki.workflow
Subinterfaces of WikiEventListener in org.apache.wiki.workflow Modifier and Type Interface Description interfaceWorkflowManagerMonitor class that tracks running Workflows.Classes in org.apache.wiki.workflow that implement WikiEventListener Modifier and Type Class Description classDefaultWorkflowManagerMonitor class that tracks running Workflows.