Class Servlet

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

    public class Servlet
    extends javax.servlet.http.HttpServlet
    Author:
    andrzej
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Servlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void processRequestStep​(javax.servlet.http.HttpServletRequest request, javax.servlet.AsyncContext asyncCtx, Map model, tigase.xmpp.jid.JID jid, String node, List<tigase.xml.Element> formFields)  
      void service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class javax.servlet.http.HttpServlet

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

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

      • Servlet

        public Servlet()
    • Method Detail

      • init

        public void init()
                  throws javax.servlet.ServletException
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • service

        public void service​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws IOException
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        IOException
      • processRequestStep

        public void processRequestStep​(javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.AsyncContext asyncCtx,
                                       Map model,
                                       tigase.xmpp.jid.JID jid,
                                       String node,
                                       List<tigase.xml.Element> formFields)
                                throws tigase.util.stringprep.TigaseStringprepException
        Throws:
        tigase.util.stringprep.TigaseStringprepException