Package org.exoplatform.addons.chat.api
Class ActionPluginServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.exoplatform.addons.chat.api.ActionPluginServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ActionPluginServlet extends javax.servlet.GenericServletA Servlet used to invoke Chat Plugins Actions- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHAT_EXTENSION_POPUPstatic StringEX_ACTION_NAME
-
Constructor Summary
Constructors Constructor Description ActionPluginServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.ui.PlugableUIServicegetUiService()voidservice(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
-
-
-
Field Detail
-
CHAT_EXTENSION_POPUP
public static final String CHAT_EXTENSION_POPUP
- See Also:
- Constant Field Values
-
EX_ACTION_NAME
public static final String EX_ACTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
service
public void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws javax.servlet.ServletException, IOException- Specified by:
servicein interfacejavax.servlet.Servlet- Specified by:
servicein classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletExceptionIOException
-
getUiService
public org.exoplatform.commons.api.ui.PlugableUIService getUiService()
-
-