Class RequestResponseKey


  • public class RequestResponseKey
    extends java.lang.Object
    Fake Weblogic class to allow compilation of support for that web container.
    Author:
    Jeanfrancois Arcand
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.http.HttpServletRequest getRequest()  
      javax.servlet.http.HttpServletResponse getResponse()  
      void setTimeout​(int i)  
      • Methods inherited from class java.lang.Object

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

      • RequestResponseKey

        public RequestResponseKey()
    • Method Detail

      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
      • setTimeout

        public void setTimeout​(int i)