weaver      2004/08/19 06:59:58

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/request
                        RequestContext.java
  Log:
  added a little for description to the doc
  
  Revision  Changes    Path
  1.8       +8 -1      
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/request/RequestContext.java
  
  Index: RequestContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/request/RequestContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RequestContext.java       18 Aug 2004 13:55:57 -0000      1.7
  +++ RequestContext.java       19 Aug 2004 13:59:58 -0000      1.8
  @@ -327,10 +327,17 @@
       void setAttribute(String key, Object value);
   
       /**
  +     * <p>
        * Returns any extra path information associated with the URL the
        * client sent when it made this request. The extra path information
        * follows the servlet path but precedes the query string.
        * This method returns null if there was no extra path information.
  +     * </p>
  +     * <p>
  +     * This method should function identically to 
<code>HttpServletRequest.getPathInfo()</code>
  +     * except for that it removes ALL portal/portlet navigational state information 
from the
  +     * path info string.
  +     * </p>
        *
        * @return the path
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to