@ApplicationScoped @Startup(value=BOOTSTRAP) public class RuntimePluginServiceImpl extends Object implements RuntimePluginService
GwtRuntimePluginManager which
is responsible for loading plugins authored in GWT/Errai/UberFire. These
plugin scripts are injected in the host page by Errai once they are
registered with Errai's script registry. They do not need any programmatic
registration logic on the client as all contained managed beans (i.e.
perspectives, editors, screens) are automatically discovered and activated by
Errai IOC.| Constructor and Description |
|---|
RuntimePluginServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimePluginServiceImpl |
getInstance() |
String |
getTemplateContent(String url) |
void |
init(javax.servlet.ServletContext servletContext) |
Collection<String> |
listFramworksContent() |
Collection<String> |
listPluginsContent() |
public static RuntimePluginServiceImpl getInstance()
public void init(javax.servlet.ServletContext servletContext)
public Collection<String> listFramworksContent()
listFramworksContent in interface RuntimePluginServicepublic Collection<String> listPluginsContent()
listPluginsContent in interface RuntimePluginServicepublic String getTemplateContent(String url)
getTemplateContent in interface RuntimePluginServiceCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.