Class AdminPlugins

    • Constructor Detail

      • AdminPlugins

        public AdminPlugins()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: AppPlugin
        Returns the unique id of this plugin.
        Returns:
      • getAssetDirectory

        public String getAssetDirectory()
        Description copied from class: AbstractAppPlugin
        Returns a uri to a plugin resources directory. The directory must be unique across all plugins.

        This implementation assumes that the resources are provided in the directory plugin-webapp/PLUGIN_ID, absolute to the root directory.

        Specified by:
        getAssetDirectory in interface AppPlugin
        Overrides:
        getAssetDirectory in class AbstractAppPlugin
        Returns:
        the directory providing the plugins client side resources