husted      2002/12/29 14:09:40

  Modified:    src/share/org/apache/struts/action Action.java
  Log:
  JavaDoc update contributed by Tim O'Brien (PR #15167).
  
  Revision  Changes    Path
  1.54      +14 -9     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.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Action.java       12 Nov 2002 03:56:08 -0000      1.53
  +++ Action.java       29 Dec 2002 22:09:40 -0000      1.54
  @@ -1,3 +1,4 @@
  +
   /*
    * $Header$
    * $Revision$
  @@ -355,12 +356,16 @@
   
   
       /**
  -     * Process the specified HTTP request, and create the corresponding HTTP
  -     * response (or forward to another web component that will create it),
  -     * with provision for handling exceptions thrown by the business logic.
  +     * Process the specified non-HTTP request, and create the
  +     * corresponding non-HTTP response (or forward to another web
  +     * component that will create it), with provision for handling
  +     * exceptions thrown by the business logic.
        * Return an {@link ActionForward} instance describing where and how
  -     * control should be forwarded, or <code>null</code> if the response
  -     * has already been completed.
  +     * control should be forwarded, or <code>null</code> if the response has
  +     * already been completed.
  +     * <p>
  +     * The default implementation attempts to forward to the HTTP
  +     * version of this method.
        *
        * @param mapping The ActionMapping used to select this instance
        * @param form The optional ActionForm bean for this request (if any)
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to