You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/11/11 20:22:31 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/request RequestContextComponent.java

taylor      2004/11/11 11:22:31

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/request
                        RequestContextComponent.java
  Log:
  abstracted threadlocal into request context component
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/request/RequestContextComponent.java
  
  Index: RequestContextComponent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/request/RequestContextComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestContextComponent.java	28 May 2004 18:51:56 -0000	1.1
  +++ RequestContextComponent.java	11 Nov 2004 19:22:31 -0000	1.2
  @@ -53,5 +53,6 @@
        * @return RequestContext
        */
       RequestContext getRequestContext(HttpServletRequest request);    
  +    RequestContext getRequestContext();    
       
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org