@Dependent @Alternative public class RuntimePluginsServiceProxyClientImpl extends Object implements RuntimePluginsServiceProxy
<a> tag with an href whose URI ends in .js will
qualify as a runtime plugin or framework, and its contents will be fetched with a separate request. Normally, this
will be compatible with any web server's built-in directory listing feature. If it isn't, just manually add an
index.html file that has links to the .js files you care about.| Constructor and Description |
|---|
RuntimePluginsServiceProxyClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
getTemplateContent(String contentUrl,
org.uberfire.mvp.ParameterizedCommand<String> command) |
void |
listFrameworksContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command) |
void |
listPluginsContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command) |
public RuntimePluginsServiceProxyClientImpl()
public void getTemplateContent(String contentUrl, org.uberfire.mvp.ParameterizedCommand<String> command)
getTemplateContent in interface RuntimePluginsServiceProxypublic void listFrameworksContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
listFrameworksContent in interface RuntimePluginsServiceProxypublic void listPluginsContent(org.uberfire.mvp.ParameterizedCommand<Collection<String>> command)
listPluginsContent in interface RuntimePluginsServiceProxyCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.