You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hr...@apache.org on 2005/08/21 20:57:57 UTC

svn commit: r234318 - in /struts/tiles/trunk: src/java/org/apache/struts/tiles/taglib/util/TagUtils.java tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java

Author: hrabago
Date: Sun Aug 21 11:57:47 2005
New Revision: 234318

URL: http://svn.apache.org/viewcvs?rev=234318&view=rev
Log:
Remove deprecated items:
TagUtils' getProperty()
ChannelFactorySet's debug

Modified:
    struts/tiles/trunk/src/java/org/apache/struts/tiles/taglib/util/TagUtils.java
    struts/tiles/trunk/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java

Modified: struts/tiles/trunk/src/java/org/apache/struts/tiles/taglib/util/TagUtils.java
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/src/java/org/apache/struts/tiles/taglib/util/TagUtils.java?rev=234318&r1=234317&r2=234318&view=diff
==============================================================================
--- struts/tiles/trunk/src/java/org/apache/struts/tiles/taglib/util/TagUtils.java (original)
+++ struts/tiles/trunk/src/java/org/apache/struts/tiles/taglib/util/TagUtils.java Sun Aug 21 11:57:47 2005
@@ -110,34 +110,6 @@
     }
 
 
-
-    /**
-     * Return the value of the specified property of the specified bean,
-     * no matter which property reference format is used, with no
-     * type conversions.
-     *
-     * @param bean Bean whose property is to be extracted.
-     * @param name Possibly indexed and/or nested name of the property
-     *  to be extracted.
-     *
-     * @exception IllegalAccessException if the caller does not have
-     *  access to the property accessor method
-     * @exception InvocationTargetException if the property accessor method
-     *  throws an exception
-     * @exception NoSuchMethodException if an accessor method for this
-     *  propety cannot be found.
-     * @deprecated Use PropertyUtils.getProperty() directly.  This will be removed
-     * after Struts 1.2.
-     */
-	public static Object getProperty(Object bean, String name)
-		throws
-			IllegalAccessException,
-			InvocationTargetException,
-			NoSuchMethodException {
-
-		return PropertyUtils.getProperty(bean, name);
-	}
-
     /**
      * Retrieve bean from page context, using specified scope.
      * If scope is not set, use <code>findAttribute()</code>.

Modified: struts/tiles/trunk/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java?rev=234318&r1=234317&r2=234318&view=diff
==============================================================================
--- struts/tiles/trunk/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java (original)
+++ struts/tiles/trunk/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java Sun Aug 21 11:57:47 2005
@@ -52,12 +52,6 @@
     private static final Log log = LogFactory.getLog(ChannelFactorySet.class);
 
     /** 
-     * Debug flag. 
-     * @deprecated This will be removed in a release after Struts 1.2.
-     */
-    public static final boolean debug = false;
-
-    /** 
      * Default name.
      */
     public static final String DEFAULT_DEFINITIONS_FILE_NAME =



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org