Class ChatPopupPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.commons.api.ui.BaseUIPlugin
-
- org.exoplatform.task.integration.chat.ChatPopupPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ChatPopupPlugin extends org.exoplatform.commons.api.ui.BaseUIPlugin
-
-
Constructor Summary
Constructors Constructor Description ChatPopupPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.task.service.StatusService statusService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.task.service.TaskService taskService, org.exoplatform.task.service.UserService userService, org.exoplatform.task.service.TaskParser taskParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()org.exoplatform.commons.api.ui.ResponseprocessAction(org.exoplatform.commons.api.ui.ActionContext context)org.exoplatform.commons.api.ui.Responserender(org.exoplatform.commons.api.ui.RenderContext renderContext)
-
-
-
Constructor Detail
-
ChatPopupPlugin
public ChatPopupPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.task.service.StatusService statusService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.task.service.TaskService taskService, org.exoplatform.task.service.UserService userService, org.exoplatform.task.service.TaskParser taskParser)
-
-
Method Detail
-
render
public org.exoplatform.commons.api.ui.Response render(org.exoplatform.commons.api.ui.RenderContext renderContext)
- Specified by:
renderin classorg.exoplatform.commons.api.ui.BaseUIPlugin
-
processAction
public org.exoplatform.commons.api.ui.Response processAction(org.exoplatform.commons.api.ui.ActionContext context)
- Specified by:
processActionin classorg.exoplatform.commons.api.ui.BaseUIPlugin
-
getType
public String getType()
- Specified by:
getTypein classorg.exoplatform.commons.api.ui.BaseUIPlugin
-
-