You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rl...@apache.org on 2002/11/28 08:13:04 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ControllerConfig.java package.html

rleland     2002/11/27 23:13:04

  Modified:    src/share/org/apache/struts/config ActionConfig.java
                        ControllerConfig.java package.html
  Log:
  Bug#: 14054 Change Docs to read module and not application module
  
  Revision  Changes    Path
  1.10      +7 -7      jakarta-struts/src/share/org/apache/struts/config/ActionConfig.java
  
  Index: ActionConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ActionConfig.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ActionConfig.java	6 Nov 2002 04:48:29 -0000	1.9
  +++ ActionConfig.java	28 Nov 2002 07:13:03 -0000	1.10
  @@ -70,7 +70,7 @@
   
   /**
    * <p>A JavaBean representing the configuration information of an
  - * <code>&lt;action&gt;</code> element from a Struts application
  + * <code>&lt;action&gt;</code> element from a Struts
    * module configuration file.</p>
    *
    * @author Craig R. McClanahan
  @@ -575,7 +575,7 @@
        *
        * @param config ExceptionConfig instance to be removed
        *
  -     * @exception IllegalStateException if this application configuration
  +     * @exception IllegalStateException if this module configuration
        *  has been frozen
        */
       public void removeExceptionConfig(ExceptionConfig config) {
  @@ -593,7 +593,7 @@
        *
        * @param config ForwardConfig instance to be removed
        *
  -     * @exception IllegalStateException if this application configuration
  +     * @exception IllegalStateException if this module configuration
        *  has been frozen
        */
       public void removeForwardConfig(ForwardConfig config) {
  
  
  
  1.11      +6 -6      jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java
  
  Index: ControllerConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ControllerConfig.java	27 Aug 2002 00:38:13 -0000	1.10
  +++ ControllerConfig.java	28 Nov 2002 07:13:03 -0000	1.11
  @@ -148,7 +148,7 @@
        * combination of the following markers and characters:</p>
        * <ul>
        * <li><code><strong>$M</strong></code> - Replaced by the module
  -     *     prefix for the current application module.</li>
  +     *     prefix for the current module.</li>
        * <li><code><strong>$P</strong></code> - Replaced by the <code>path</code>
        *     property of a {@link ForwardConfig} instance.</li>
        * <li><code><strong>$$</strong></code> - Renders a literal dollar sign
  @@ -271,7 +271,7 @@
        * following markers and characters:</p>
        * <ul>
        * <li><code><strong>$M</strong></code> - Replaced by the module
  -     *     prefix for the current application module.</li>
  +     *     prefix for the current module.</li>
        * <li><code><strong>$P</strong></code> - Replaced by the <code>page</code>
        *     attribute value being evaluated.</li>
        * <li><code><strong>$$</strong></code> - Renders a literal dollar sign
  
  
  
  1.6       +1 -1      jakarta-struts/src/share/org/apache/struts/config/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/package.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- package.html	26 Jun 2002 22:32:31 -0000	1.5
  +++ package.html	28 Nov 2002 07:13:03 -0000	1.6
  @@ -1,7 +1,7 @@
   <body>
   <p>The "config" package contains configuration objects that correspond to
   elements that may be specified in the <code>struts-config.xml</code>
  -application configuration file.</p>
  +module configuration file.</p>
   <img src="doc-files/configUML.jpg" alt="Config UML">
   <br>
   </body>
  
  
  

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