Class ConversationalServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.softwaremining.ui.web.socket.ConversationalServlet
All Implemented Interfaces:
ServletInterface, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
HpXSLTScreenServlet

public class ConversationalServlet extends javax.servlet.http.HttpServlet implements ServletInterface
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface com.softwaremining.ui.web.ServletInterface

    JSP_MODE, LAUNCH_CLASS_NAME, TRANS_NAME, VIEW_MODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    This servlet engine allows a "conversational" design between COBOL application and the front end screen.

    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, init, log, log

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ConversationalServlet

      public ConversationalServlet()
  • Method Details

    • service

      public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      This servlet engine allows a "conversational" design between COBOL application and the front end screen. (Conversational design caters for "wait" states in middle of a methods.)
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException