You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/07/30 07:42:38 UTC

svn commit: r226475 - in /struts/shale/trunk/core-library/src/java/org/apache/shale: dialog/config/ dialog/impl/ faces/ remote/ spring/webflow/ tiles/

Author: craigmcc
Date: Fri Jul 29 22:42:30 2005
New Revision: 226475

URL: http://svn.apache.org/viewcvs?rev=226475&view=rev
Log:
Clean up all outstanding warnings from the <javadoc> task in the
core-library module.

Modified:
    struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java
    struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/StatusImpl.java
    struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleConstants.java
    struts/shale/trunk/core-library/src/java/org/apache/shale/remote/EvaluateExpression.java
    struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
    struts/shale/trunk/core-library/src/java/org/apache/shale/tiles/TilesViewHandler.java

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java Fri Jul 29 22:42:30 2005
@@ -104,7 +104,7 @@
 
 
     /**
-     * <p>Set the URL of the configuration resource to be parsed.</p.
+     * <p>Set the URL of the configuration resource to be parsed.</p>
      *
      * @param resource The new resource URL
      */

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/StatusImpl.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/StatusImpl.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/StatusImpl.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/dialog/impl/StatusImpl.java Fri Jul 29 22:42:30 2005
@@ -32,11 +32,12 @@
  * <strong>MUST NOT</strong> maintain references to application scope
  * variabes.</p>
  *
- * <p>Associated with each {@link Position}, applications have the option
- * to store a reference to a generic "data" object which (because it is
- * referenced by a {@link Status} object stored in session scope under a
- * well known key), is conveniently accessible for binding and lookup
- * operations.  When a {@link Position} is popped, the corresponding
+ * <p>Associated with each {@link org.apache.shale.dialog.Status.Position},
+ * applications have the option to store a reference to a generic
+ * <code>data</code> object which (because it is referenced by a
+ * {@link Status} object stored in session scope under a well known key),
+ * is conveniently accessible for binding and lookup operations.  When a
+ * {@link org.apache.shale.dialog.Status.Position} is popped, the corresponding
  * data object reference is also released, avoiding the need for the
  * application to manage "dialog scope" resources itself.</p>
  *
@@ -56,7 +57,8 @@
 
 
     /**
-     * <p>The stack of currently stored {@link Position}s.  If there are no
+     * <p>The stack of currently stored
+     * {@link org.apache.shale.dialog.Status.Position}s.  If there are no
      * entries, there is no currently executing dialog.</p>
      */
     private List positions = new ArrayList();
@@ -64,8 +66,8 @@
 
     /**
      * <p>References to data objects that are associated with the
-     * {@link Position}s at corresponding indexes of the <code>positions</code>
-     * list.</p>
+     * {@link org.apache.shale.dialog.Status.Position}s at corresponding
+     * indexes of the <code>positions</code> list.</p>
      */
     private List references = new ArrayList();
 

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleConstants.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleConstants.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleConstants.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/faces/ShaleConstants.java Fri Jul 29 22:42:30 2005
@@ -16,6 +16,10 @@
 
 package org.apache.shale.faces;
 
+import org.apache.shale.ViewController;
+import org.apache.shale.ViewControllerMapper;
+import org.apache.shale.util.TokenProcessor;
+
 
 /**
  * <p>{@link ShaleConstants} are manifest constants defining global identifiers shared across
@@ -26,10 +30,10 @@
  */
 public class ShaleConstants {
     
-    /**
-     * <p>Private constructor so that this class cannot be instantiated.</p>
-     */
-    private ShaleConstants() {}
+    /**
+     * <p>Private constructor so that this class cannot be instantiated.</p>
+     */
+    private ShaleConstants() {}
 
 
     /**

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/remote/EvaluateExpression.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/remote/EvaluateExpression.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/remote/EvaluateExpression.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/remote/EvaluateExpression.java Fri Jul 29 22:42:30 2005
@@ -36,7 +36,7 @@
 
 
     /**
-     * <p>The attribute key used to store the evaluated expression value.</p.
+     * <p>The attribute key used to store the evaluated expression value.</p>
      */
     private String attributeKey = null;
 

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/spring/webflow/WebFlowNavigationHandler.java Fri Jul 29 22:42:30 2005
@@ -92,7 +92,7 @@
     /**
      * <p>Bean name under which we will find the configured instance of the
      * {@link WebFlowNavigationStrategy} to be used for determining what
-     * logical actions to undertake.</p.
+     * logical actions to undertake.</p>
      */
     private static final String STRATEGY = "webFlowNavigationStrategy";
 

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/tiles/TilesViewHandler.java
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/tiles/TilesViewHandler.java?rev=226475&r1=226474&r2=226475&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/tiles/TilesViewHandler.java (original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/tiles/TilesViewHandler.java Fri Jul 29 22:42:30 2005
@@ -183,7 +183,7 @@
    }
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public UIViewRoot createView(FacesContext context, String viewId) {
@@ -192,7 +192,7 @@
 
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public Locale calculateLocale(FacesContext context) {
@@ -201,7 +201,7 @@
     
 
    /**
-    * <p>Pass through to the default view handler
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public String calculateRenderKitId(FacesContext context) {
@@ -210,7 +210,7 @@
     
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public String getActionURL(FacesContext context, String viewId) {
@@ -219,7 +219,7 @@
     
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public String getResourceURL(FacesContext context, String path) {
@@ -228,7 +228,7 @@
     
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public UIViewRoot restoreView(FacesContext context, String viewId) {
@@ -237,7 +237,7 @@
     
 
    /**
-    * <p>Pass through to the default view handler</p>
+    * <p>Pass through to the default view handler.</p>
     * 
     */
    public void writeState(FacesContext context) throws IOException {



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