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 cm...@apache.org on 2002/08/01 17:43:53 UTC

cvs commit: jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag PropertyTagSupport.java RevisionTagSupport.java NodeTagSupport.java

cmlenz      2002/08/01 08:43:53

  Modified:    src/taglib/jstl/org/apache/slide/taglib/tag/jstl
                        ForEachLockTag.java RevisionTag.java
                        SetNamespaceTag.java PropertyTag.java
                        SetDomainTag.java ForEachMemberTag.java
                        DomainTag.java NamespaceTag.java NodeTag.java
                        ContentTag.java
               src/taglib/struts/org/apache/slide/taglib/tag/struts
                        RevisionTag.java PropertyTag.java
                        IterateLocksTag.java DomainTag.java
                        NamespaceTag.java NodeTag.java ContentTag.java
                        IterateMembersTag.java
               src/taglib/common/org/apache/slide/taglib/tag
                        PropertyTagSupport.java RevisionTagSupport.java
                        NodeTagSupport.java
  Log:
  Removes all attribute getters, as they're not really needed by anyone
  
  Revision  Changes    Path
  1.5       +0 -11     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ForEachLockTag.java
  
  Index: ForEachLockTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ForEachLockTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ForEachLockTag.java	1 Aug 2002 15:36:30 -0000	1.4
  +++ ForEachLockTag.java	1 Aug 2002 15:43:52 -0000	1.5
  @@ -212,17 +212,6 @@
       
       
       /**
  -     * Returns the 'depth' attribute.
  -     *
  -     * @return value of the 'depth' attribute
  -     */
  -    public String getDepth() {
  -        
  -        return depth;
  -    }
  -    
  -    
  -    /**
        * Sets the 'depth' attribute.
        *
        * @param depth the attribute value
  
  
  
  1.3       +4 -15     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/RevisionTag.java
  
  Index: RevisionTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/RevisionTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RevisionTag.java	28 Mar 2002 06:12:05 -0000	1.2
  +++ RevisionTag.java	1 Aug 2002 15:43:52 -0000	1.3
  @@ -132,17 +132,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Set the 'var' attribute.
        *
        * @param var the attribute value
  
  
  
  1.3       +0 -11     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/SetNamespaceTag.java
  
  Index: SetNamespaceTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/SetNamespaceTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SetNamespaceTag.java	1 Aug 2002 15:36:30 -0000	1.2
  +++ SetNamespaceTag.java	1 Aug 2002 15:43:52 -0000	1.3
  @@ -165,17 +165,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Sets the 'var' attribute.
        *
        * @param var the attribute value
  
  
  
  1.3       +4 -15     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/PropertyTag.java
  
  Index: PropertyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/PropertyTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyTag.java	28 Mar 2002 06:12:05 -0000	1.2
  +++ PropertyTag.java	1 Aug 2002 15:43:52 -0000	1.3
  @@ -116,17 +116,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Set the 'var' attribute.
        *
        * @param var the attribute value
  
  
  
  1.2       +0 -11     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/SetDomainTag.java
  
  Index: SetDomainTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/SetDomainTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SetDomainTag.java	1 Aug 2002 14:42:57 -0000	1.1
  +++ SetDomainTag.java	1 Aug 2002 15:43:52 -0000	1.2
  @@ -104,17 +104,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Sets the 'var' attribute.
        *
        * @param id the attribute value
  
  
  
  1.4       +0 -11     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ForEachMemberTag.java
  
  Index: ForEachMemberTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ForEachMemberTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ForEachMemberTag.java	1 Aug 2002 15:36:30 -0000	1.3
  +++ ForEachMemberTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -254,17 +254,6 @@
       
       
       /**
  -     * Returns the 'depth' attribute.
  -     *
  -     * @return value of the 'depth' attribute
  -     */
  -    public String getDepth() {
  -        
  -        return depth;
  -    }
  -    
  -    
  -    /**
        * Sets the 'depth' attribute.
        *
        * @param depth the attribute value
  
  
  
  1.5       +4 -15     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/DomainTag.java
  
  Index: DomainTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/DomainTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DomainTag.java	1 Aug 2002 14:40:03 -0000	1.4
  +++ DomainTag.java	1 Aug 2002 15:43:52 -0000	1.5
  @@ -104,17 +104,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Sets the 'var' attribute.
        *
        * @param id the attribute value
  
  
  
  1.4       +4 -15     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/NamespaceTag.java
  
  Index: NamespaceTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/NamespaceTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespaceTag.java	1 Aug 2002 15:36:30 -0000	1.3
  +++ NamespaceTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -167,17 +167,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Sets the 'var' attribute.
        *
        * @param var the attribute value
  
  
  
  1.3       +4 -15     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/NodeTag.java
  
  Index: NodeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/NodeTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NodeTag.java	28 Mar 2002 06:12:05 -0000	1.2
  +++ NodeTag.java	1 Aug 2002 15:43:52 -0000	1.3
  @@ -121,17 +121,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Set the 'var' attribute.
        *
        * @param var the attribute value
  
  
  
  1.4       +4 -26     jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ContentTag.java
  
  Index: ContentTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/jstl/org/apache/slide/taglib/tag/jstl/ContentTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContentTag.java	25 Apr 2002 21:12:32 -0000	1.3
  +++ ContentTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -102,17 +102,6 @@
       
       
       /**
  -     * Returns the 'var' attribute.
  -     *
  -     * @return value of the 'var' attribute
  -     */
  -    public String getVar() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Set the 'var' attribute.
        *
        * @param var the attribute value
  @@ -120,17 +109,6 @@
       public void setVar(String var) {
           
           attrName = var;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'varReader' attribute.
  -     *
  -     * @return value of the 'varReader' attribute
  -     */
  -    public String getVarReader() {
  -        
  -        return attrNameReader;
       }
       
       
  
  
  
  1.4       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/RevisionTag.java
  
  Index: RevisionTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/RevisionTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionTag.java	28 Mar 2002 06:12:05 -0000	1.3
  +++ RevisionTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -120,17 +120,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return id;
  -    }
  -    
  -    
  -    /**
        * Set the 'id' attribute.
        *
        * @param id the attribute value
  
  
  
  1.4       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/PropertyTag.java
  
  Index: PropertyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/PropertyTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PropertyTag.java	28 Mar 2002 06:12:05 -0000	1.3
  +++ PropertyTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -107,17 +107,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return id;
  -    }
  -    
  -    
  -    /**
        * Set the 'id' attribute.
        *
        * @param id the attribute value
  
  
  
  1.9       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/IterateLocksTag.java
  
  Index: IterateLocksTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/IterateLocksTag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- IterateLocksTag.java	1 Aug 2002 11:49:06 -0000	1.8
  +++ IterateLocksTag.java	1 Aug 2002 15:43:52 -0000	1.9
  @@ -170,17 +170,6 @@
       
       
       /**
  -     * Returns the 'depth' attribute.
  -     *
  -     * @return value of the 'depth' attribute
  -     */
  -    public String getDepth() {
  -        
  -        return depth;
  -    }
  -    
  -    
  -    /**
        * Sets the 'depth' attribute.
        *
        * @param depth the attribute value
  
  
  
  1.5       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/DomainTag.java
  
  Index: DomainTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/DomainTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DomainTag.java	25 Apr 2002 21:12:33 -0000	1.4
  +++ DomainTag.java	1 Aug 2002 15:43:52 -0000	1.5
  @@ -108,17 +108,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return id;
  -    }
  -    
  -    
  -    /**
        * Sets the 'id' attribute.
        *
        * @param id the attribute value
  
  
  
  1.4       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/NamespaceTag.java
  
  Index: NamespaceTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/NamespaceTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespaceTag.java	28 Mar 2002 06:12:05 -0000	1.3
  +++ NamespaceTag.java	1 Aug 2002 15:43:52 -0000	1.4
  @@ -133,17 +133,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return id;
  -    }
  -    
  -    
  -    /**
        * Sets the 'id' attribute.
        *
        * @param id the attribute value
  
  
  
  1.5       +4 -48     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/NodeTag.java
  
  Index: NodeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/NodeTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeTag.java	28 Mar 2002 06:12:05 -0000	1.4
  +++ NodeTag.java	1 Aug 2002 15:43:52 -0000	1.5
  @@ -149,17 +149,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return id;
  -    }
  -    
  -    
  -    /**
        * Set the 'id' attribute.
        *
        * @param id the attribute value
  @@ -171,17 +160,6 @@
       
       
       /**
  -     * Returns the 'uriName' attribute.
  -     *
  -     * @return value of the 'uriName' attribute
  -     */
  -    public String getUriName() {
  -        
  -        return uriName;
  -    }
  -    
  -    
  -    /**
        * Set the 'uriName' attribute.
        *
        * @param uriName the attribute value
  @@ -193,17 +171,6 @@
       
       
       /**
  -     * Returns the 'uriProperty' attribute.
  -     *
  -     * @return value of the 'uriProperty' attribute
  -     */
  -    public String getUriProperty() {
  -        
  -        return uriProperty;
  -    }
  -    
  -    
  -    /**
        * Set the 'uriProperty' attribute.
        *
        * @param uriName the attribute value
  @@ -211,17 +178,6 @@
       public void setUriProperty(String uriProperty) {
           
           this.uriProperty = uriProperty;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'uriScope' attribute.
  -     *
  -     * @return value of the 'uriScope' attribute
  -     */
  -    public String getUriScope() {
  -        
  -        return uriScope;
       }
       
       
  
  
  
  1.6       +4 -26     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/ContentTag.java
  
  Index: ContentTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/ContentTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContentTag.java	25 Apr 2002 21:12:33 -0000	1.5
  +++ ContentTag.java	1 Aug 2002 15:43:52 -0000	1.6
  @@ -102,17 +102,6 @@
       
       
       /**
  -     * Returns the 'id' attribute.
  -     *
  -     * @return value of the 'id' attribute
  -     */
  -    public String getId() {
  -        
  -        return attrName;
  -    }
  -    
  -    
  -    /**
        * Set the 'id' attribute.
        *
        * @param id the attribute value
  @@ -120,17 +109,6 @@
       public void setId(String id) {
           
           attrName = id;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'idReader' attribute.
  -     *
  -     * @return value of the 'idReader' attribute
  -     */
  -    public String getIdReader() {
  -        
  -        return attrNameReader;
       }
       
       
  
  
  
  1.7       +4 -15     jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/IterateMembersTag.java
  
  Index: IterateMembersTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/struts/org/apache/slide/taglib/tag/struts/IterateMembersTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- IterateMembersTag.java	1 Aug 2002 11:49:06 -0000	1.6
  +++ IterateMembersTag.java	1 Aug 2002 15:43:52 -0000	1.7
  @@ -201,17 +201,6 @@
       
       
       /**
  -     * Returns the 'depth' attribute.
  -     *
  -     * @return value of the 'depth' attribute
  -     */
  -    public String getDepth() {
  -        
  -        return depth;
  -    }
  -    
  -    
  -    /**
        * Sets the 'depth' attribute.
        *
        * @param depth the attribute value
  
  
  
  1.5       +4 -26     jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/PropertyTagSupport.java
  
  Index: PropertyTagSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/PropertyTagSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyTagSupport.java	28 Mar 2002 06:12:05 -0000	1.4
  +++ PropertyTagSupport.java	1 Aug 2002 15:43:53 -0000	1.5
  @@ -179,17 +179,6 @@
       
       
       /**
  -     * Returns the 'namespace' attribute.
  -     *
  -     * @return the attribute value
  -     **/
  -    public String getNamespace() {
  -        
  -        return namespace;
  -    }
  -    
  -    
  -    /**
        * Sets the 'namespace' attribute.
        *
        * @param namespace the attribute value
  @@ -197,17 +186,6 @@
       public void setNamespace(String namespace) {
           
           this.namespace = namespace;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'name' attribute.
  -     *
  -     * @return the attribute value
  -     **/
  -    public String getName() {
  -        
  -        return name;
       }
       
       
  
  
  
  1.5       +4 -26     jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/RevisionTagSupport.java
  
  Index: RevisionTagSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/RevisionTagSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RevisionTagSupport.java	28 Mar 2002 06:12:05 -0000	1.4
  +++ RevisionTagSupport.java	1 Aug 2002 15:43:53 -0000	1.5
  @@ -181,17 +181,6 @@
       
       
       /**
  -     * Returns the 'number' attribute.
  -     *
  -     * @return the attribute value
  -     */
  -    public String getNumber() {
  -        
  -        return number;
  -    }
  -    
  -    
  -    /**
        * Sets the 'number' attribute.
        *
        * @param number the attribute value
  @@ -199,17 +188,6 @@
       public void setNumber(String number) {
           
           this.number = number;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'branch' attribute.
  -     *
  -     * @return the attribute value
  -     */
  -    public String getBranch() {
  -        
  -        return branch;
       }
       
       
  
  
  
  1.5       +4 -26     jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/NodeTagSupport.java
  
  Index: NodeTagSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/tag/NodeTagSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeTagSupport.java	28 Mar 2002 06:12:05 -0000	1.4
  +++ NodeTagSupport.java	1 Aug 2002 15:43:53 -0000	1.5
  @@ -180,17 +180,6 @@
       
       
       /**
  -     * Returns the 'resolveLinks' attribute.
  -     *
  -     * @return value of the 'resolveLinks' attribute
  -     */
  -    public String getResolveLinks() {
  -        
  -        return resolveLinks;
  -    }
  -    
  -    
  -    /**
        * Sets the 'resolveLinks' attribute.
        *
        * @param resolveLinks the attribute value
  @@ -198,17 +187,6 @@
       public void setResolveLinks(String resolveLinks) {
           
           this.resolveLinks = resolveLinks;
  -    }
  -    
  -    
  -    /**
  -     * Returns the 'uri' attribute.
  -     *
  -     * @return value of the 'uri' attribute
  -     */
  -    public String getUri() {
  -        
  -        return uri;
       }
       
       
  
  
  

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