Class LoginServlet

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

    public class LoginServlet
    extends SilverpeasHttpServlet
    This servlet handle the login page access.
    If it exists an opened user session, the user is redirected to the welcome Silverpeas page.
    Author:
    Yohann Chastagnier
    See Also:
    Serialized Form
    • Constructor Detail

      • LoginServlet

        public LoginServlet()
    • Method Detail

      • service

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