You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2005/03/21 10:05:25 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

luetzkendorf    2005/03/21 01:05:25

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        AbstractWebdavMethod.java
  Log:
  added methods getRequest and getResponse to provide mor info to event handlers
  
  Revision  Changes    Path
  1.79      +6 -0      jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/AbstractWebdavMethod.java
  
  Index: AbstractWebdavMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/AbstractWebdavMethod.java,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- AbstractWebdavMethod.java	25 Feb 2005 17:03:51 -0000	1.78
  +++ AbstractWebdavMethod.java	21 Mar 2005 09:05:25 -0000	1.79
  @@ -683,6 +683,12 @@
       public VersioningHelper getVersioning() {
           return versioningHelper;
       }
  +    public HttpServletRequest getRequest() {
  +        return this.req;
  +    }
  +    public HttpServletResponse getResponse() {
  +        return this.resp;
  +    }
       // ------------------------------------------------------ Protected Methods
       
       /**
  
  
  

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