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 2004/02/01 17:14:07 UTC

cvs commit: jakarta-struts/conf/share struts-config_1_1.dtd struts-config_1_2.dtd tiles-config_1_1.dtd

rleland     2004/02/01 08:14:07

  Modified:    conf/share struts-config_1_1.dtd struts-config_1_2.dtd
                        tiles-config_1_1.dtd
  Log:
  Doc changes only-
  Remove the old wording 'application module', 'application prefix',
  and just use 'module' & 'module prefix'. Quite a few of these were left over.
  
  Revision  Changes    Path
  1.41      +9 -9      jakarta-struts/conf/share/struts-config_1_1.dtd
  
  Index: struts-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- struts-config_1_1.dtd	14 May 2003 08:17:16 -0000	1.40
  +++ struts-config_1_1.dtd	1 Feb 2004 16:14:07 -0000	1.41
  @@ -62,7 +62,7 @@
   <!ENTITY % PropName "CDATA">
   
   
  -<!-- A "RequestPath" is an application-relative URI path, beginning with a
  +<!-- A "RequestPath" is an module-relative URI path, beginning with a
        slash, that identifies a mapped resource (such as a JSP page or a servlet)
        within this web application.
   -->
  @@ -130,7 +130,7 @@
   
   
   <!-- The "form-beans" element describes the set of form bean descriptors for this
  -     application module. The following attributes are defined:
  +     module. The following attributes are defined:
   
        type            Fully qualified Java class to use when instantiating
                        ActionFormBean objects. If specified, the object must be a
  @@ -298,7 +298,7 @@
        available to an Action as a return value. An ActionForward is referenced by
        a logical name and encapsulates a URI. A "forward" element may be used to
        describe both global and local ActionForwards. Global forwards are available
  -     to all the Action objects in the application module. Local forwards can be
  +     to all the Action objects in the module. Local forwards can be
        nested within an <action> element and only available to an Action object
        when it is invoked through that ActionMapping.
   
  @@ -378,7 +378,7 @@
                        will process this request, instead of the Action class
                        specified by "type".  The path WILL NOT be processed
                        through the "forwardPattern" attribute that is configured
  -                     on the "controller" element for this application module.
  +                     on the "controller" element for this module.
                        Exactly one of "forward", "include", or "type" must be
                        specified.
   
  @@ -386,7 +386,7 @@
                        will process this request, instead of the Action class
                        specified by "type".  The path WILL NOT be processed
                        through the "forwardPattern" attribute that is configured
  -                     on the "controller" element for this application module.
  +                     on the "controller" element for this module.
                        Exactly one of "forward", "include", or "type" must be
                        specified.
   
  @@ -467,7 +467,7 @@
   
   <!-- The "controller" element describes the ControllerConfig bean
        [org.apache.struts.config.ControllerConfig] that encapsulates
  -     an application module's runtime configuration. The following
  +     a module's runtime configuration. The following
        attributes are defined:
   
        bufferSize      The size of the input buffer used when processing
  @@ -595,11 +595,11 @@
        key             Servlet context attribute under which this message
                        resources bundle will be stored. The default attribute is
                        the value specified by the string constant at
  -                     [Globals.MESSAGES_KEY]. The application module prefix (if
  +                     [Globals.MESSAGES_KEY]. The module prefix (if
                        any) is appended to the key (${key}${prefix}).
                        [org.apache.struts.Globals.MESSAGES_KEY]
   
  -                     NOTE: The application module  prefix includes the leading
  +                     NOTE: The module  prefix includes the leading
                        slash, so the default message resource bundle for a module
                        named "foo" is stored under
                        "org.apache.struts.action.MESSAGE/foo".
  
  
  
  1.6       +11 -11    jakarta-struts/conf/share/struts-config_1_2.dtd
  
  Index: struts-config_1_2.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_2.dtd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- struts-config_1_2.dtd	10 Aug 2003 02:52:40 -0000	1.5
  +++ struts-config_1_2.dtd	1 Feb 2004 16:14:07 -0000	1.6
  @@ -62,7 +62,7 @@
   <!ENTITY % PropName "CDATA">
   
   
  -<!-- A "RequestPath" is an application-relative URI path, beginning with a
  +<!-- A "RequestPath" is an module-relative URI path, beginning with a
        slash, that identifies a mapped resource (such as a JSP page or a servlet)
        within this web application.
   -->
  @@ -101,12 +101,12 @@
        configured entirely from JavaBean properties. The following attributes
        are required:
   
  -     className  The configuration bean for this DataSource object. If
  +     className       The configuration bean for this DataSource object. If
                        specified, the object must be a subclass of the default
                        configuration bean.
                        ["org.apache.struts.config.DataSourceConfig"]
   
  -     key           Servlet context attribute key under which this data source
  +     key             Servlet context attribute key under which this data source
                        will be stored.  Default is the value specified by string
                        constant defined by Globals.DATA_SOURCE_KEY. The application
                        module prefix (if any) is appended to the key
  @@ -130,7 +130,7 @@
   
   
   <!-- The "form-beans" element describes the set of form bean descriptors for this
  -     application module. The following attributes are defined:
  +     module. The following attributes are defined:
   
        type            Fully qualified Java class to use when instantiating
                        ActionFormBean objects. If specified, the object must be a
  @@ -298,7 +298,7 @@
        available to an Action as a return value. An ActionForward is referenced by
        a logical name and encapsulates a URI. A "forward" element may be used to
        describe both global and local ActionForwards. Global forwards are available
  -     to all the Action objects in the application module. Local forwards can be
  +     to all the Action objects in the module. Local forwards can be
        nested within an <action> element and only available to an Action object
        when it is invoked through that ActionMapping.
   
  @@ -378,7 +378,7 @@
                        will process this request, instead of the Action class
                        specified by "type".  The path WILL NOT be processed
                        through the "forwardPattern" attribute that is configured
  -                     on the "controller" element for this application module.
  +                     on the "controller" element for this module.
                        Exactly one of "forward", "include", or "type" must be
                        specified.
   
  @@ -386,7 +386,7 @@
                        will process this request, instead of the Action class
                        specified by "type".  The path WILL NOT be processed
                        through the "forwardPattern" attribute that is configured
  -                     on the "controller" element for this application module.
  +                     on the "controller" element for this module.
                        Exactly one of "forward", "include", or "type" must be
                        specified.
   
  @@ -467,7 +467,7 @@
   
   <!-- The "controller" element describes the ControllerConfig bean
        [org.apache.struts.config.ControllerConfig] that encapsulates
  -     an application module's runtime configuration. The following
  +     a module's runtime configuration. The following
        attributes are defined:
   
        bufferSize      The size of the input buffer used when processing
  @@ -590,11 +590,11 @@
        key             Servlet context attribute under which this message
                        resources bundle will be stored. The default attribute is
                        the value specified by the string constant at
  -                     [Globals.MESSAGES_KEY]. The application module prefix (if
  +                     [Globals.MESSAGES_KEY]. The module prefix (if
                        any) is appended to the key (${key}${prefix}).
                        [org.apache.struts.Globals.MESSAGES_KEY]
   
  -                     NOTE: The application module  prefix includes the leading
  +                     NOTE: The module  prefix includes the leading
                        slash, so the default message resource bundle for a module
                        named "foo" is stored under
                        "org.apache.struts.action.MESSAGE/foo".
  
  
  
  1.7       +2 -2      jakarta-struts/conf/share/tiles-config_1_1.dtd
  
  Index: tiles-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/tiles-config_1_1.dtd,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- tiles-config_1_1.dtd	3 May 2003 16:19:56 -0000	1.6
  +++ tiles-config_1_1.dtd	1 Feb 2004 16:14:07 -0000	1.7
  @@ -31,7 +31,7 @@
   -->
   <!ENTITY % ClassName "CDATA">
   
  -<!-- A "RequestPath" is an application-relative URI path, beginning with a
  +<!-- A "RequestPath" is an module-relative URI path, beginning with a
        slash, that identifies a mapped resource (such as a JSP page or a servlet)
        within this web application.
   -->
  
  
  

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