| Package | Description | 
|---|---|
| org.apache.wiki | 
 The chief package of JSPWiki. 
 | 
| org.apache.wiki.api.engine | 
 JSPWiki's WikiEngine Managers package. 
 | 
| org.apache.wiki.auth.authorize | 
 Authorizer implementation. 
 | 
| org.apache.wiki.event | |
| org.apache.wiki.plugin | 
 Provides plugins to the JSPWiki. 
 | 
| org.apache.wiki.render | |
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WikiSession.actionPerformed(WikiEvent event)
Listens for WikiEvents generated by source objects such as the
 GroupManager. 
 | 
void | 
WikiBackgroundThread.actionPerformed(WikiEvent event)
Listens for  
WikiEngineEvent.SHUTDOWN and, if detected, marks the thread for death. | 
void | 
ReferenceManager.actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source. 
 | 
void | 
PageManager.actionPerformed(WikiEvent event)
Listens for  
WikiSecurityEvent.PROFILE_NAME_CHANGED
 events. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdminBeanManager.actionPerformed(WikiEvent event)
Unregisters AdminBeans upon SHUTDOWN event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GroupManager.actionPerformed(WikiEvent event)
Listens for  
WikiSecurityEvent.PROFILE_NAME_CHANGED
 events. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WikiEngineEvent
WikiEngineEvent indicates a change in the state of the WikiEngine. 
 | 
class  | 
WikiPageEvent
WikiPageEvent indicates a change in the state or processing of a WikiPage. 
 | 
class  | 
WikiPageRenameEvent
WikiPageRenameEvent extends WikiPageEvent to indicate a change in
  the name of a WikiPage. 
 | 
class  | 
WikiSecurityEvent
Event class for security events: login/logout, wiki group adds/changes, and
 authorization decisions. 
 | 
class  | 
WorkflowEvent
 WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WikiEventListener.actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source. 
 | 
static void | 
WikiEventManager.fireEvent(Object client,
         WikiEvent event)
Notify all listeners of the WikiEventDelegate having a registered
  interest in change events of the supplied WikiEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PageViewPlugin.PageViewManager.actionPerformed(WikiEvent event)
Inspect wiki events for shutdown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RenderingManager.actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SearchManager.actionPerformed(WikiEvent event)
If the page has been deleted, removes it from the index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultAdminBeanManager.actionPerformed(WikiEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WorkflowManager.actionPerformed(WikiEvent event)
Listens for  
WorkflowEvent objects emitted
 by Workflows. | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.