You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/08 23:57:21 UTC

svn commit: r664565 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java

Author: hazems
Date: Sun Jun  8 14:57:21 2008
New Revision: 664565

URL: http://svn.apache.org/viewvc?rev=664565&view=rev
Log:
Adding (@JSFJspAttribute) for making the new attribute work with the great MyFaces-builder-plugin.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java?rev=664565&r1=664564&r2=664565&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java Sun Jun  8 14:57:21 2008
@@ -143,6 +143,11 @@
         return _showDisplayedPageOnly;
     }
 
+    /**
+     * This attribute determines whether to generate only the current displayed dataTable page to the file.
+     * 
+     * @JSFJspAttribute
+     */
     public void setShowDisplayedPageOnly(String showDisplayedPageOnly) {
         _showDisplayedPageOnly = showDisplayedPageOnly;
     }