Package org.silverpeas.web.chat
Class ChatUserRegistrationServlet
- java.lang.Object
- 
- javax.servlet.GenericServlet
- 
- javax.servlet.http.HttpServlet
- 
- org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServlet
- 
- org.silverpeas.core.web.mvc.webcomponent.SilverpeasAuthenticatedHttpServlet
- 
- org.silverpeas.web.chat.ChatUserRegistrationServlet
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- javax.servlet.Servlet,- javax.servlet.ServletConfig
 
 public class ChatUserRegistrationServlet extends SilverpeasAuthenticatedHttpServlet Registers all the Silverpeas users in the remote chat server.- Author:
- mmoquillon
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServletSilverpeasHttpServlet.HttpError, SilverpeasHttpServlet.UserSessionStatus
 
- 
 - 
Constructor SummaryConstructors Constructor Description ChatUserRegistrationServlet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)- 
Methods inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasAuthenticatedHttpServletgetMainSessionController, getSessionInfo, getSynchronizerTokenService, renewSessionSecurityToken, service, throwUserSessionExpiration
 - 
Methods inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServletexistOpenedUserSession, forbidden, notFound, preconditionFailed, redirectOrForwardService, sendError, sendError, throwHttpForbiddenError, throwHttpForbiddenError, throwHttpNotFoundError, throwHttpNotFoundError, throwHttpPreconditionFailedError, throwHttpPreconditionFailedError
 - 
Methods inherited from class javax.servlet.http.HttpServletdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
 
- 
 
-