Revision: 368
Author:   tfenne
Date:     2006-08-10 15:58:08 -0700 (Thu, 10 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/stripes/?rev=368&view=rev

Log Message:
-----------
A little javadoc cleanup.

Modified Paths:
--------------
    trunk/stripes/build.xml
    
trunk/stripes/src/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java
    trunk/stripes/src/net/sourceforge/stripes/util/bean/NodeEvaluation.java
Modified: trunk/stripes/build.xml
===================================================================
--- trunk/stripes/build.xml     2006-08-10 22:42:45 UTC (rev 367)
+++ trunk/stripes/build.xml     2006-08-10 22:58:08 UTC (rev 368)
@@ -132,12 +132,13 @@
           version="true">
                <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
                <link href="http://java.sun.com/j2ee/1.4/docs/api/"/>
-               <link href="http://www.ognl.org/2.6.7/Documentation/javadoc/"/>
+               <link 
href="http://static.springframework.org/spring/docs/1.2.x/api/"/>
                <link 
href="http://java.sun.com/j2se/1.5.0/docs/guide/apt/mirror/"/>
         <group>
             <title>Core API</title>
             <package name="net.sourceforge.stripes.action"/>
             <package name="net.sourceforge.stripes.validation"/>
+            <package name="net.sourceforge.stripes.mock"/>
         </group>
         <group>
             <title>Extension API</title>
@@ -154,6 +155,7 @@
             <title>Internal Implementation</title>
             <package name="net.sourceforge.stripes.controller"/>
             <package name="net.sourceforge.stripes.util"/>
+            <package name="net.sourceforge.stripes.util.bean"/>
         </group>
     </javadoc>
   </target>

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java
      2006-08-10 22:42:45 UTC (rev 367)
+++ 
trunk/stripes/src/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java
      2006-08-10 22:58:08 UTC (rev 368)
@@ -371,7 +371,7 @@
      * <p>If the event name cannot be determined through the parameter names, 
two alternative
      * strategies are employed. First if there is extra path information 
beyond the URL binding
      * of the ActionBean, it is checked to see if it matches an event name.  
If that doesn't work,
-     * the value of a 'special' request parameter ([EMAIL PROTECTED] 
StripesConstants.URL_KEY_EVENT_NAME})
+     * the value of a 'special' request parameter ([EMAIL PROTECTED] 
StripesConstants#URL_KEY_EVENT_NAME})
      * is checked to see if contains a single value matching an event name.</p>
      *
      * @param bean the ActionBean type bound to the request

Modified: 
trunk/stripes/src/net/sourceforge/stripes/util/bean/NodeEvaluation.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/bean/NodeEvaluation.java     
2006-08-10 22:42:45 UTC (rev 367)
+++ trunk/stripes/src/net/sourceforge/stripes/util/bean/NodeEvaluation.java     
2006-08-10 22:58:08 UTC (rev 368)
@@ -19,7 +19,7 @@
 /**
  * Represents a Node in an expression which has been evaluated against a 
specific bean in
  * order to determine additional type information etc.  NodeEvaluation is to 
[EMAIL PROTECTED] Node}, what
- * [EMAIL PROTECTED] PropertyExpressionEvaluation} is to [EMAIL PROTECTED]
+ * [EMAIL PROTECTED] PropertyExpressionEvaluation} is to [EMAIL PROTECTED] 
PropertyExpression}.
  *
  * @author Tim Fennell
  * @since Stripes 1.4


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to