Class ChatUserSelectionServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ChatUserSelectionServlet
    extends SilverpeasHttpServlet
    Servlet listening for selection of chat user. It prepares the shareable selection object and passed the control to the user selection panel.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • ChatUserSelectionServlet

        public ChatUserSelectionServlet()
    • Method Detail

      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException