Class RuntimePluginServiceImpl

  • All Implemented Interfaces:
    org.uberfire.backend.plugin.RuntimePluginService

    @ApplicationScoped
    @Startup(BOOTSTRAP)
    public class RuntimePluginServiceImpl
    extends Object
    implements org.uberfire.backend.plugin.RuntimePluginService
    • Constructor Detail

      • RuntimePluginServiceImpl

        public RuntimePluginServiceImpl()
    • Method Detail

      • listFrameworksContent

        public Collection<String> listFrameworksContent()
        Specified by:
        listFrameworksContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • listPluginsContent

        public Collection<String> listPluginsContent()
        Specified by:
        listPluginsContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getTemplateContent

        public String getTemplateContent​(String url)
        Specified by:
        getTemplateContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getRuntimePluginTemplateContent

        public String getRuntimePluginTemplateContent​(String pluginName)
        Specified by:
        getRuntimePluginTemplateContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getRuntimePlugins

        public List<org.uberfire.backend.plugin.RuntimePlugin> getRuntimePlugins()
        Specified by:
        getRuntimePlugins in interface org.uberfire.backend.plugin.RuntimePluginService