weblogic.servlet.http
Class RequestResponseKey

java.lang.Object
  extended by weblogic.servlet.http.RequestResponseKey

public class RequestResponseKey
extends Object

Fake Weblogic class to allow compilation of support for that web container.

Author:
Jeanfrancois Arcand

Constructor Summary
RequestResponseKey()
           
 
Method Summary
 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)


Copyright © 2015. All Rights Reserved.