| |
|
| java.lang.Object com.ecyrd.jspwiki.ui.admin.AdminBeanManager
AdminBeanManager | public class AdminBeanManager implements WikiEventListener(Code) | | Provides a manager class for all AdminBeans within JSPWiki. This class
also manages registration for any AdminBean which is also a JMX bean.
author: Janne Jalkanen since: 2.5.52 |
actionPerformed | public void actionPerformed(WikiEvent event)(Code) | | Unregisters AdminBeans upon SHUTDOWN event.
Parameters: event - |
findBean | public AdminBean findBean(String id)(Code) | | Locates a bean based on the AdminBean.getId() out of all
the registered beans.
Parameters: id - ID An AdminBean, or null, if no such bean is found. |
getAllBeans | public List getAllBeans()(Code) | | Lists all administration beans which are currently known
and instantiated.
all AdminBeans known to the manager |
getTypeFromString | public static int getTypeFromString(String type)(Code) | | Returns the type identifier for a string type.
Parameters: type - A type string. A type value. |
initialize | public void initialize()(Code) | | |
|
|
|