@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,
ParameterizedCommand<String> command) |
void |
listFrameworksContent(ParameterizedCommand<Collection<String>> command) |
void |
listPluginsContent(ParameterizedCommand<Collection<String>> command) |
public RuntimePluginsServiceProxyClientImpl()
public void getTemplateContent(String contentUrl, ParameterizedCommand<String> command)
getTemplateContent
in interface RuntimePluginsServiceProxy
public void listFrameworksContent(ParameterizedCommand<Collection<String>> command)
listFrameworksContent
in interface RuntimePluginsServiceProxy
public void listPluginsContent(ParameterizedCommand<Collection<String>> command)
listPluginsContent
in interface RuntimePluginsServiceProxy
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.