Package org.exoplatform.commons.api.ui
Interface PlugableUIService
-
- All Known Implementing Classes:
PlugableUIServiceImpl
public interface PlugableUIService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPlugin(BaseUIPlugin plugin)List<BaseUIPlugin>getPlugins(String type)ResponseprocessAction(ActionContext actionContext)List<Response>render(RenderContext renderContext)
-
-
-
Method Detail
-
addPlugin
void addPlugin(BaseUIPlugin plugin)
-
getPlugins
List<BaseUIPlugin> getPlugins(String type)
-
render
List<Response> render(RenderContext renderContext)
-
processAction
Response processAction(ActionContext actionContext)
-
-