Class SetiServlet

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

    public class SetiServlet
    extends javax.servlet.http.HttpServlet

    This servlet initializes and configures and instance of the Seti user mapper.

    This servlet must be initialized after an instance the Oort servlet that creates the Oort instance.

    Override method newSeti(Oort) to return a customized instance of Seti.

    See Also:
    OortMulticastConfigServlet, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SetiServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void init​(javax.servlet.ServletConfig config)  
      protected Seti newSeti​(Oort oort)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • SetiServlet

        public SetiServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • newSeti

        protected Seti newSeti​(Oort oort)
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class javax.servlet.GenericServlet