Package org.javlo.module.communication
Class CommunicationAction
- java.lang.Object
-
- org.javlo.actions.AbstractModuleAction
-
- org.javlo.module.communication.CommunicationAction
-
- All Implemented Interfaces:
IAction
,IModuleAction
public class CommunicationAction extends AbstractModuleAction
-
-
Constructor Summary
Constructors Constructor Description CommunicationAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionGroupName()
the group name of the actionAbstractModuleContext
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-
Methods inherited from class org.javlo.actions.AbstractModuleAction
haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
-
-
-
-
Method Detail
-
getActionGroupName
public String getActionGroupName()
Description copied from interface:IAction
the group name of the action- Returns:
- a group name.
-
getModuleContext
public AbstractModuleContext getModuleContext(javax.servlet.http.HttpSession session, Module module) throws Exception
- Overrides:
getModuleContext
in classAbstractModuleAction
- Throws:
Exception
-
prepare
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
Description copied from interface:IModuleAction
method called before module rendering- Specified by:
prepare
in interfaceIModuleAction
- Overrides:
prepare
in classAbstractModuleAction
- Parameters:
ctx
- the current context.modulesContext
- the context of the module. You can call getCurrentModule for recover the module.- Returns:
- eventually the error message
- Throws:
Exception
-
performSendIM
public static String performSendIM(RequestService rs, ContentContext ctx, javax.servlet.http.HttpServletRequest request, Module currentModule, CommunicationModuleContext communicationModuleContext) throws IOException
- Throws:
IOException
-
-