public class DefaultAdminBeanManager extends Object implements WikiEventListener, AdminBeanManager
| Constructor and Description |
|---|
DefaultAdminBeanManager(WikiEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source.
|
AdminBean |
findBean(String id)
Locates a bean based on the AdminBean.getId() out of all
the registered beans.
|
List<AdminBean> |
getAllBeans()
Lists all administration beans which are currently known
and instantiated.
|
int |
getTypeFromString(String type)
Returns the type identifier for a string type.
|
void |
initialize() |
public DefaultAdminBeanManager(WikiEngine engine)
public void initialize()
initialize in interface AdminBeanManagerpublic List<AdminBean> getAllBeans()
AdminBeanManagergetAllBeans in interface AdminBeanManagerpublic AdminBean findBean(String id)
AdminBeanManagerfindBean in interface AdminBeanManagerid - IDpublic int getTypeFromString(String type)
getTypeFromString in interface AdminBeanManagertype - A type string.public void actionPerformed(WikiEvent event)
WikiEventListeneractionPerformed in interface AdminBeanManageractionPerformed in interface WikiEventListenerevent - a WikiEvent objectCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.