remm 01/09/24 09:00:12
Modified: src/taglib/common/org/apache/slide/taglib/tag
DomainTagSupport.java
Log:
- Revert the changes to the tag, as exposing namespaceNames there is
useless. Thanks to Christopher Lenz for the review.
Revision Changes Path
1.4 +4 -21
jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/DomainTagSupport.java
Index: DomainTagSupport.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/DomainTagSupport.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DomainTagSupport.java 2001/09/24 08:15:35 1.3
+++ DomainTagSupport.java 2001/09/24 16:00:12 1.4
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/DomainTagSupport.java,v
1.3 2001/09/24 08:15:35 remm Exp $
- * $Revision: 1.3 $
- * $Date: 2001/09/24 08:15:35 $
+ * $Header:
/home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/DomainTagSupport.java,v
1.4 2001/09/24 16:00:12 remm Exp $
+ * $Revision: 1.4 $
+ * $Date: 2001/09/24 16:00:12 $
*
* ====================================================================
*
@@ -75,7 +75,7 @@
* variable.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Christopher Lenz</a>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public abstract class DomainTagSupport
extends TagSupport {
@@ -157,23 +157,6 @@
super.release();
init();
- }
-
-
- // ------------------------------------------------------------- Properties
-
-
- /**
- * Returns the names of all namespaces defined in the Slide domain.
- *
- * @return a Vector of String objects in no particular order, each
- * containing the name of a namespace
- *
- * @see #getNamespaces
- */
- public java.util.Vector getNamespaceNames() {
-
- return domain.getNamespaceNames();
}