public class PlugableUIServiceImpl extends Object implements PlugableUIService
| Constructor and Description |
|---|
PlugableUIServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(BaseUIPlugin plugin) |
List<BaseUIPlugin> |
getPlugins(String type) |
Response |
processAction(ActionContext actionContext) |
List<Response> |
render(RenderContext renderContext) |
public void addPlugin(BaseUIPlugin plugin)
addPlugin in interface PlugableUIServicepublic List<BaseUIPlugin> getPlugins(String type)
getPlugins in interface PlugableUIServicepublic List<Response> render(RenderContext renderContext)
render in interface PlugableUIServicepublic Response processAction(ActionContext actionContext)
processAction in interface PlugableUIServiceCopyright © 2003–2021 eXo Platform SAS. All rights reserved.