juergen     02/01/08 06:32:15

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        WebdavMethod.java
  Log:
  Add SEARCH method
  Add the search helper
  
  Revision  Changes    Path
  1.40      +12 -4     
jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java
  
  Index: WebdavMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- WebdavMethod.java 17 Oct 2001 16:05:01 -0000      1.39
  +++ WebdavMethod.java 8 Jan 2002 14:32:15 -0000       1.40
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.39 2001/10/17 16:05:01 remm Exp $
  - * $Revision: 1.39 $
  - * $Date: 2001/10/17 16:05:01 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.40 2002/01/08 14:32:15 juergen Exp $
  + * $Revision: 1.40 $
  + * $Date: 2002/01/08 14:32:15 $
    *
    * ====================================================================
    *
  @@ -88,6 +88,7 @@
   import org.apache.slide.structure.*;
   import org.apache.slide.content.*;
   import org.apache.slide.lock.*;
  +import org.apache.slide.search.*;
   import org.apache.slide.macro.*;
   import org.apache.slide.security.*;
   import org.apache.slide.webdav.*;
  @@ -179,6 +180,12 @@
       protected Lock lock;
       
       
  +    /** wam
  +     * Search helper.
  +     */
  +    protected Search search;
  +    
  +    
       /**
        * Macro helper.
        */
  @@ -201,7 +208,8 @@
        * The MD5 helper object for this class.
        */
       protected static final MD5Encoder md5Encoder = new MD5Encoder();
  -    
  +        
  +
       
       // -------------------------------------------------- Static Initialization
   
  
  
  

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

Reply via email to