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:[EMAIL PROTECTED]">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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>