Class WebUiPluginService


  • public abstract class WebUiPluginService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate​(org.osgi.service.component.ComponentContext context)  
      abstract java.lang.String getAlias()  
      org.osgi.framework.Bundle getContextBundle()  
      abstract java.lang.String getName()  
      java.util.Map<java.lang.String,​java.lang.String> getResources()
      add additional resources if needed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebUiPluginService

        public WebUiPluginService()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext context)
      • getContextBundle

        public org.osgi.framework.Bundle getContextBundle()
      • getName

        public abstract java.lang.String getName()
        Returns:
        Name of WebUI-Plugin, displayed in OpenMUC main menu on top
      • getAlias

        public abstract java.lang.String getAlias()
        Returns:
        Alias of the WebUI-Plugin. The Alias is the identifier in the URL.
      • getResources

        public java.util.Map<java.lang.String,​java.lang.String> getResources()
        add additional resources if needed
        Returns:
        the resources as a hash table.