Package org.exoplatform.addons.chat.api
Class ActionPluginServlet
java.lang.Object
jakarta.servlet.GenericServlet
org.exoplatform.addons.chat.api.ActionPluginServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class ActionPluginServlet
extends jakarta.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(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) Methods inherited from class jakarta.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(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) throws jakarta.servlet.ServletException, IOException - Specified by:
servicein interfacejakarta.servlet.Servlet- Specified by:
servicein classjakarta.servlet.GenericServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
getUiService
public org.exoplatform.commons.api.ui.PlugableUIService getUiService()
-