Class AdminPlugins

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminPlugins()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssetDirectory()
      Returns a uri to a plugin resources directory.
      java.lang.String getId()
      Returns the unique id of this plugin.
      java.util.Set<java.lang.Class<?>> getResourceClasses()
      Returns a set of JAX-RS resource classes that extend the rest API.
      • Methods inherited from class java.lang.Object

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

      • AdminPlugins

        public AdminPlugins()
    • Method Detail

      • getId

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

        public java.lang.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