Package kilim

Interface ServletHandler.Iface

  • Enclosing class:
    ServletHandler

    public static interface ServletHandler.Iface
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String handle​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
    • Method Detail

      • handle

        java.lang.String handle​(javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse resp)
                         throws Pausable,
                                java.lang.Exception
        Throws:
        Pausable
        java.lang.Exception