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.GenericServlet
A Servlet used to invoke Chat Plugins Actions
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.ui.PlugableUIServicevoidservice(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
CHAT_EXTENSION_POPUP
- See Also:
-
EX_ACTION_NAME
- See Also:
-
-
Constructor Details
-
ActionPluginServlet
public ActionPluginServlet()
-
-
Method Details
-
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()
-