Class DefaultAdminBeanManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(WikiEvent event)
      Fired when a WikiEvent is triggered by an event source.
      AdminBean findBean​(java.lang.String id)
      Locates a bean based on the AdminBean.getId() out of all the registered beans.
      java.util.List<AdminBean> getAllBeans()
      Lists all administration beans which are currently known and instantiated.
      int getTypeFromString​(java.lang.String type)
      Returns the type identifier for a string type.
      void initialize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait