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 ms...@apache.org on 2002/04/02 06:54:39 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/common RequestedProperties.java

msmith      02/04/01 20:54:39

  Modified:    src/share/org/apache/slide/common RequestedProperties.java
  Log:
  Oops. Forgot to commit the interface class here, which had a method added.
  
  Revision  Changes    Path
  1.3       +9 -4      jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java
  
  Index: RequestedProperties.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RequestedProperties.java	28 Mar 2002 06:23:12 -0000	1.2
  +++ RequestedProperties.java	2 Apr 2002 04:54:39 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v 1.2 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v 1.3 2002/04/02 04:54:39 msmith Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/02 04:54:39 $
    *
    * ====================================================================
    *
  @@ -71,7 +71,7 @@
    * With this you may find out, if a specific property is wanted by the request.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface RequestedProperties {
   	
  @@ -102,6 +102,11 @@
   	 *
   	 */
   	boolean isAllProp ();
  +
  +    /** 
  +     * Set whether this is an allProp request or not.
  +     */
  +    void setIsAllProp(boolean isAllProp);
   	
   	/**
   	 * Method getRequestedProperties
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>