Package org.exoplatform.commons.api.ui
Class BaseUIPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.commons.api.ui.BaseUIPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public abstract class BaseUIPlugin extends org.exoplatform.container.component.BaseComponentPlugin
-
-
Constructor Summary
Constructors Constructor Description BaseUIPlugin()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetType()abstract ResponseprocessAction(ActionContext context)abstract Responserender(RenderContext context)
-
-
-
Method Detail
-
render
public abstract Response render(RenderContext context)
-
processAction
public abstract Response processAction(ActionContext context)
-
getType
public abstract String getType()
-
-