Class SetiServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.cometd.oort.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

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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