public interface PlugableUIService
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(BaseUIPlugin plugin) |
List<BaseUIPlugin> |
getPlugins(String type) |
Response |
processAction(ActionContext actionContext) |
List<Response> |
render(RenderContext renderContext) |
void addPlugin(BaseUIPlugin plugin)
List<BaseUIPlugin> getPlugins(String type)
List<Response> render(RenderContext renderContext)
Response processAction(ActionContext actionContext)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.