Package org.uberfire.client
Class RuntimePluginsServiceProxyBackendImpl
- java.lang.Object
-
- org.uberfire.client.RuntimePluginsServiceProxyBackendImpl
-
- All Implemented Interfaces:
org.uberfire.client.plugin.RuntimePluginsServiceProxy
@Dependent @Alternative public class RuntimePluginsServiceProxyBackendImpl extends Object implements org.uberfire.client.plugin.RuntimePluginsServiceProxy
-
-
Constructor Summary
Constructors Constructor Description RuntimePluginsServiceProxyBackendImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetTemplateContent(String contentUrl, org.uberfire.mvp.ParameterizedCommand<String> command)voidlistFrameworksContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)voidlistPluginsContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
-
-
-
Method Detail
-
getTemplateContent
public void getTemplateContent(String contentUrl, org.uberfire.mvp.ParameterizedCommand<String> command)
- Specified by:
getTemplateContentin interfaceorg.uberfire.client.plugin.RuntimePluginsServiceProxy
-
listFrameworksContent
public void listFrameworksContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
- Specified by:
listFrameworksContentin interfaceorg.uberfire.client.plugin.RuntimePluginsServiceProxy
-
listPluginsContent
public void listPluginsContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
- Specified by:
listPluginsContentin interfaceorg.uberfire.client.plugin.RuntimePluginsServiceProxy
-
-