Interface AdminBeanManager

All Known Implementing Classes:
DefaultAdminBeanManager

public interface AdminBeanManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionPerformed(org.apache.wiki.event.WikiEvent event)
    Unregisters AdminBeans upon SHUTDOWN event.
    Locates a bean based on the AdminBean.getId() out of all the registered beans.
    Lists all administration beans which are currently known and instantiated.
    int
    Returns the type identifier for a string type.
    void
     
  • Method Details

    • initialize

      void initialize()
    • getAllBeans

      Lists all administration beans which are currently known and instantiated.
      Returns:
      all AdminBeans known to the manager
    • findBean

      Locates a bean based on the AdminBean.getId() out of all the registered beans.
      Parameters:
      id - ID
      Returns:
      An AdminBean, or null, if no such bean is found.
    • actionPerformed

      void actionPerformed(org.apache.wiki.event.WikiEvent event)
      Unregisters AdminBeans upon SHUTDOWN event.
      Parameters:
      event - the WikiEvent
    • getTypeFromString

      Returns the type identifier for a string type.
      Parameters:
      type - A type string.
      Returns:
      A type value.