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 2003/11/27 06:48:07 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/plugins DigestingPlugIn.java

husted      2003/11/26 21:48:07

  Modified:    src/share/org/apache/struts/plugins DigestingPlugIn.java
  Log:
  JavaDoc fixes.
  
  Revision  Changes    Path
  1.7       +19 -19    jakarta-struts/src/share/org/apache/struts/plugins/DigestingPlugIn.java
  
  Index: DigestingPlugIn.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/plugins/DigestingPlugIn.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DigestingPlugIn.java	27 Nov 2003 05:38:54 -0000	1.6
  +++ DigestingPlugIn.java	27 Nov 2003 05:48:07 -0000	1.7
  @@ -83,7 +83,7 @@
    * can be configured to instantiate a graph of objects
    * using the Commons Digester and place the root object
    * of that graph into the Application context.</p>
  - * 
  + *
    * @author Joe Germuska
    * @author David Graham
    * @version $Revision$
  @@ -137,8 +137,8 @@
       }
   
       /**
  -     * <p>Initialize a <code>Digester</code> and use it to parse a 
  -     * configuration file, resulting in a root object which will be placed into 
  +     * <p>Initialize a <code>Digester</code> and use it to parse a
  +     * configuration file, resulting in a root object which will be placed into
        * the ServletContext.</p>
        *
        * @param servlet ActionServlet that is managing all the
  @@ -240,8 +240,8 @@
       }
   
       /**
  -     * Instantiate any <code>RuleSet</code> classes defined in the 
  -     * <code>rulesets</code> property and use them to add rules to our 
  +     * Instantiate any <code>RuleSet</code> classes defined in the
  +     * <code>rulesets</code> property and use them to add rules to our
        * <code>Digester</code>.
        * @param digester the Digester instance to add RuleSet objects to.
        * @throws ServletException
  @@ -368,15 +368,15 @@
        * Set the source of the config file.  Should be one of the following:
        * <ul>
        * <li>
  -     *      "classpath" - indicates that the configPath will be resolved by the 
  +     *      "classpath" - indicates that the configPath will be resolved by the
        *      ClassLoader.
        * </li>
        * <li>
  -     *      "file" - indicates that the configPath is a fully-qualified 
  +     *      "file" - indicates that the configPath is a fully-qualified
        *      filesystem path.
        * </li>
        * <li>
  -     *      "servlet" - indicates that the configPath will be found by the 
  +     *      "servlet" - indicates that the configPath will be found by the
        *      ServletContext.
        * </li>
        * </ul>
  @@ -388,7 +388,7 @@
       }
   
       /**
  -     * @return the string describing which access method should be used to 
  +     * @return the string describing which access method should be used to
        * resolve configPath.
        * @see #configPath
        */
  @@ -397,8 +397,8 @@
       }
   
       /**
  -     * This method is called after the Digester runs to store the generated 
  -     * object somewhere.  This implementation places the given object into the 
  +     * This method is called after the Digester runs to store the generated
  +     * object somewhere.  This implementation places the given object into the
        * ServletContext under the attribute name as defined in <code>key</code>.
        * @param obj The object to save.
        */
  @@ -458,7 +458,7 @@
   
       /**
        * <p>The lookup mechanism to be used to resolve <code>digesterPath</code>
  -     * (Optional)
  +     * (optional).
        * </p>
        * @param digesterSource
        * @see #getConfigURL(String, String)
  @@ -468,7 +468,7 @@
       }
   
       /**
  -     * @return the configured lookup mechanism for resolving 
  +     * @return the configured lookup mechanism for resolving
        * <code>digesterPath</code>.
        * @see #getConfigURL(String, String)
        */
  @@ -488,8 +488,8 @@
       }
   
       /**
  -     * @return Whether or not this <code>PlugIn</code> instance will be pushed 
  -     * onto the <code>Digester</code> stack before <code>digester.parse()</code> 
  +     * @return Whether or not this <code>PlugIn</code> instance will be pushed
  +     * onto the <code>Digester</code> stack before <code>digester.parse()</code>
        * is called.
        */
       public boolean getPush() {
  
  
  

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