Revision: 562
          http://svn.sourceforge.net/stripes/?rev=562&view=rev
Author:   bengunter
Date:     2007-05-29 13:47:35 -0700 (Tue, 29 May 2007)

Log Message:
-----------
removed references to deprecated Validatable interface from the javadoc comments

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/action/ActionBean.java

Modified: trunk/stripes/src/net/sourceforge/stripes/action/ActionBean.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/action/ActionBean.java    
2007-05-29 18:12:29 UTC (rev 561)
+++ trunk/stripes/src/net/sourceforge/stripes/action/ActionBean.java    
2007-05-29 20:47:35 UTC (rev 562)
@@ -14,6 +14,8 @@
  */
 package net.sourceforge.stripes.action;
 
+import net.sourceforge.stripes.validation.ValidationErrorHandler;
+
 /**
  * <p>Interface for all classes that respond to user interface events. 
Implementations receive
  * information about the event (usually a form submission) in two ways.  The 
first is through a
@@ -79,17 +81,12 @@
  * is to return nothing, and simply use the Servlet API (available through the 
ActionBeanContext) to
  * render a response to the user directly.</p>
  *
- * <p>There are two interfaces in the validation package that an ActionBean 
may optionally
- * implement in order to provide additional functionality.  The first is the
- * [EMAIL PROTECTED] net.sourceforge.stripes.validation.Validatable} 
interface, which allows an ActionBean
- * to perform custom validations after validation and binding has run.  The 
second is the
- * [EMAIL PROTECTED] 
net.sourceforge.stripes.validation.ValidationErrorHandler} interface which 
allows the
- * ActionBean to modify what happens when validation errors occur.</p>
+ * <p>An ActionBean may optionally implement the [EMAIL PROTECTED] 
ValidationErrorHandler} interface which
+ * allows the ActionBean to modify what happens when validation errors 
occur.</p>
  *
  * @see Resolution
  * @see ActionBeanContext
- * @see net.sourceforge.stripes.validation.Validatable
- * @see net.sourceforge.stripes.validation.ValidationErrorHandler
+ * @see ValidationErrorHandler
  * @author Tim Fennell
  */
 public interface ActionBean {


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to