Class RuntimePluginServiceImpl
- java.lang.Object
-
- org.uberfire.backend.server.plugins.RuntimePluginServiceImpl
-
- All Implemented Interfaces:
org.uberfire.backend.plugin.RuntimePluginService
@ApplicationScoped @Startup(BOOTSTRAP) public class RuntimePluginServiceImpl extends Object implements org.uberfire.backend.plugin.RuntimePluginService
-
-
Constructor Summary
Constructors Constructor Description RuntimePluginServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.uberfire.backend.plugin.RuntimePlugin>getRuntimePlugins()StringgetRuntimePluginTemplateContent(String pluginName)StringgetTemplateContent(String url)Collection<String>listFrameworksContent()Collection<String>listPluginsContent()
-
-
-
Method Detail
-
listFrameworksContent
public Collection<String> listFrameworksContent()
- Specified by:
listFrameworksContentin interfaceorg.uberfire.backend.plugin.RuntimePluginService
-
listPluginsContent
public Collection<String> listPluginsContent()
- Specified by:
listPluginsContentin interfaceorg.uberfire.backend.plugin.RuntimePluginService
-
getTemplateContent
public String getTemplateContent(String url)
- Specified by:
getTemplateContentin interfaceorg.uberfire.backend.plugin.RuntimePluginService
-
getRuntimePluginTemplateContent
public String getRuntimePluginTemplateContent(String pluginName)
- Specified by:
getRuntimePluginTemplateContentin interfaceorg.uberfire.backend.plugin.RuntimePluginService
-
getRuntimePlugins
public List<org.uberfire.backend.plugin.RuntimePlugin> getRuntimePlugins()
- Specified by:
getRuntimePluginsin interfaceorg.uberfire.backend.plugin.RuntimePluginService
-
-