You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/06/25 02:42:44 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServletWrapper.java ActionFormBean.java ActionForm.java Action.java

husted      2002/06/24 17:42:44

  Modified:    src/share/org/apache/struts/action ActionServletWrapper.java
                        ActionFormBean.java ActionForm.java Action.java
  Log:
  Update JavaDocs for Struts 1.1
  
  Revision  Changes    Path
  1.4       +5 -4      jakarta-struts/src/share/org/apache/struts/action/ActionServletWrapper.java
  
  Index: ActionServletWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServletWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ActionServletWrapper.java	13 Jan 2002 00:25:35 -0000	1.3
  +++ ActionServletWrapper.java	25 Jun 2002 00:42:44 -0000	1.4
  @@ -75,6 +75,7 @@
    * @author Craig R. McClanahan
    * @author Ted Husted
    * @version $Revision$ $Date$
  + * @since Struts 1.0.1
    */
   public class ActionServletWrapper {
   
  
  
  
  1.5       +6 -4      jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java
  
  Index: ActionFormBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionFormBean.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ActionFormBean.java	13 Jan 2002 00:25:35 -0000	1.4
  +++ ActionFormBean.java	25 Jun 2002 00:42:44 -0000	1.5
  @@ -75,6 +75,8 @@
    * @author Craig R. McClanahan
    * @version $Revision$ $Date$
    *
  + * Since Struts 1.1 <code>ActionFormBean</code> extends <code>FormBeanConfig</code>.
  + *
    * <p><strong>NOTE</strong> - This class would have been deprecated and
    * replaced by <code>org.apache.struts.config.FormBeanConfig</code> except
    * for the fact that it is part of the public API that existing applications
  
  
  
  1.11      +8 -4      jakarta-struts/src/share/org/apache/struts/action/ActionForm.java
  
  Index: ActionForm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionForm.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ActionForm.java	21 Nov 2001 13:59:28 -0000	1.10
  +++ ActionForm.java	25 Jun 2002 00:42:44 -0000	1.11
  @@ -94,6 +94,7 @@
    * </p>
    *
    * @author Craig R. McClanahan
  + * @author Ted Husted
    * @version $Revision$ $Date$
    */
   
  @@ -131,6 +132,9 @@
   
       /**
        * Return the controller servlet instance to which we are attached.
  +     * as an ActionServletWrapper.
  +     * @see org.apache.struts.action.ActionServletWrapper
  +     * @since Struts 1.0.1
        */
       public ActionServletWrapper getServletWrapper() {
   
  
  
  
  1.41      +6 -4      jakarta-struts/src/share/org/apache/struts/action/Action.java
  
  Index: Action.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Action.java	24 Jun 2002 18:53:01 -0000	1.40
  +++ Action.java	25 Jun 2002 00:42:44 -0000	1.41
  @@ -268,6 +268,7 @@
        * <code>PlugIn</code> instances will be stored.  This
        * will be suffixed with the actual application prefix (including the
        * leading "/" character) to form the actual attributes key.</p>
  +     * @since Struts 1.1
        */
       public static final String PLUG_INS_KEY =
           "org.apache.struts.action.PLUG_INS";
  @@ -278,6 +279,7 @@
        * <code>RequestProcessor</code> instance will be stored.  This
        * will be suffixed with the actual application prefix (including the
        * leading "/" character) to form the actual attributes key.</p>
  +     * @since Struts 1.1
        */
       public static final String REQUEST_PROCESSOR_KEY =
           "org.apache.struts.action.REQUEST_PROCESSOR";
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>