Package org.uberfire.client.plugin
Interface RuntimePluginsServiceProxy
-
- All Known Implementing Classes:
RuntimePluginsServiceProxyClientImpl
public interface RuntimePluginsServiceProxy
-
-
Method Summary
All Methods Instance Methods Abstract 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
void getTemplateContent(String contentUrl, org.uberfire.mvp.ParameterizedCommand<String> command)
-
listFrameworksContent
void listFrameworksContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
-
listPluginsContent
void listPluginsContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
-
-