public class CommunicationAction extends AbstractModuleAction
Constructor and Description |
---|
CommunicationAction() |
Modifier and Type | Method and Description |
---|---|
String |
getActionGroupName()
the group name of the action
|
AbstractModuleContext |
getModuleContext(javax.servlet.http.HttpSession session,
Module module) |
static String |
performSendIM(RequestService rs,
ContentContext ctx,
javax.servlet.http.HttpServletRequest request,
Module currentModule,
CommunicationModuleContext communicationModuleContext) |
String |
prepare(ContentContext ctx,
ModulesContext modulesContext)
method called before module rendering
|
haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
public String getActionGroupName()
IAction
public AbstractModuleContext getModuleContext(javax.servlet.http.HttpSession session, Module module) throws Exception
getModuleContext
in class AbstractModuleAction
Exception
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
IModuleAction
prepare
in interface IModuleAction
prepare
in class AbstractModuleAction
ctx
- the current context.modulesContext
- the context of the module. You can call getCurrentModule for recover the module.Exception
public static String performSendIM(RequestService rs, ContentContext ctx, javax.servlet.http.HttpServletRequest request, Module currentModule, CommunicationModuleContext communicationModuleContext) throws IOException
IOException
Copyright © 2012-2018. All Rights Reserved.