You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hr...@apache.org on 2005/11/01 00:46:21 UTC

svn commit: r329935 - in /struts/core/trunk/xdocs/userGuide: building_controller.xml building_view.xml configuration.xml index.xml introduction.xml preface.xml

Author: hrabago
Date: Mon Oct 31 15:46:11 2005
New Revision: 329935

URL: http://svn.apache.org/viewcvs?rev=329935&view=rev
Log:
Updated index to reflect changes.
Updated/reconstructed anchors to match the index.

Modified:
    struts/core/trunk/xdocs/userGuide/building_controller.xml
    struts/core/trunk/xdocs/userGuide/building_view.xml
    struts/core/trunk/xdocs/userGuide/configuration.xml
    struts/core/trunk/xdocs/userGuide/index.xml
    struts/core/trunk/xdocs/userGuide/introduction.xml
    struts/core/trunk/xdocs/userGuide/preface.xml

Modified: struts/core/trunk/xdocs/userGuide/building_controller.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_controller.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_controller.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_controller.xml Mon Oct 31 15:46:11 2005
@@ -12,6 +12,7 @@
 <body>
 <section name="4. Building Controller Components">
 
+<a name="overview"/>
 <subsection name="4.1 Overview">
 
     <p>
@@ -68,7 +69,8 @@
     </p>
 
 </subsection>
-
+    
+<a name="action_servlet"/>
 <subsection name="4.2 The ActionServlet">
 
     <p>
@@ -136,6 +138,7 @@
 
 </subsection>
 
+<a name="request_processor"/>
 <subsection name="4.2.1 Request Processor">
 
     <p>
@@ -307,6 +310,7 @@
 
 </subsection>
 
+<a name="action_form_classes"/>
 <subsection name="4.3 ActionForm Classes">
 
     <p>
@@ -403,6 +407,7 @@
 
 </subsection>
 
+<a name="dyna_action_form_classes"/>
 <subsection name="4.3.1 DynaActionForm Classes">
 
     <p>
@@ -608,6 +613,7 @@
 
 </subsection>
 
+<a name="map_action_form_classes"/>
 <subsection name="4.3.2 Map-backed ActionForms">
 
     <p>
@@ -735,6 +741,7 @@
 
 </subsection>
 
+<a name="action_classes"/>
 <subsection name="4.4 Action Classes">
 
     <p>
@@ -846,6 +853,7 @@
 
    </subsection>
    
+   <a name="action_design_guide"/>
    <subsection name="4.4.1 Action Class Design Guidelines">
 
     <p>
@@ -936,6 +944,7 @@
 
 </subsection>
    
+<a name="exception_handler"/>
 <subsection name="4.5 Exception Handler">
 
     <p>
@@ -1094,6 +1103,7 @@
     
 </subsection>
 
+<a name="plugin_classes"/>
 <subsection name="4.6 PlugIn Classes">
 
     <p>
@@ -1124,6 +1134,7 @@
 
 </subsection>
 
+<a name="actionmapping"/>
 <subsection name="4.7 The ActionMapping Implementation">
 
     <p>
@@ -1176,6 +1187,7 @@
 
 </subsection>
 
+<a name="config"/>
 <subsection name="4.8 Writing Action Mappings">
 
     <p>
@@ -1348,6 +1360,7 @@
 
 </subsection>
 
+<a name="action_mapping_example"/>
 <subsection name="4.8.1 ActionMapping Example">
 
     <p>
@@ -1452,6 +1465,7 @@
 
 </subsection>
 
+<a name="module_config-use_actions"/>
 <subsection name="4.9 Using ActionMappings for Pages">
 
     <p>
@@ -1473,6 +1487,7 @@
 
 </subsection>
 
+<a name="action_mapping_wildcards"/>
 <subsection name="4.10 Using Wildcards in ActionMappings">
 
     <p>
@@ -1613,6 +1628,7 @@
 
 </subsection>
 
+<a name="logging"/>
 <subsection name="4.11 Commons Logging Interface">
     <p>
     Struts Core doesn't configure logging itself -- it's all done by

Modified: struts/core/trunk/xdocs/userGuide/building_view.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_view.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_view.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_view.xml Mon Oct 31 15:46:11 2005
@@ -12,6 +12,7 @@
 <body>
 <section name="3. Building View Components">
 
+<a name="overview"/>
 <subsection name="3.1 Overview">
 
     <p>
@@ -35,7 +36,7 @@
 
 </subsection>
 
-<a name="resources"/>
+<a name="i18n"/>
 <subsection name="3.2 Internationalized Messages">
 
     <p>
@@ -213,7 +214,7 @@
 
 </subsection>
 
-<a name="formbeans"/>
+<a name="form_beans"/>
 <subsection name="3.3 Forms and FormBean Interactions">
 
 <p>
@@ -226,6 +227,7 @@
 
 </subsection>
 
+ <a name="form_population"/>
  <subsection name="3.3.1 Automatic Form Population">
 
     <p>
@@ -286,6 +288,7 @@
     </p>
 </subsection>
 
+<a name="form_validation"/>
 <subsection name="3.3.2 Automatic Form Validation">
 
     <p>
@@ -350,6 +353,7 @@
     
 </subsection>
 
+<a name="validator"/>
 <subsection name="3.3.3 The Struts Validator">
 
     <p>
@@ -408,6 +412,7 @@
     
 </subsection>
 
+<a name="other_presentations"/>
 <subsection name="3.4 Other Presentation Techniques">
 
     <p>
@@ -421,6 +426,7 @@
   
 </subsection>
 
+<a name="custom_tags"/>
 <subsection name="3.4.1 Application-Specific Custom Tags">
 
     <p>
@@ -454,6 +460,7 @@
     </p>
 </subsection>
 
+<a name="includes"/>
 <subsection name="3.4.2 Page Composition With Includes">
 
     <p>
@@ -535,6 +542,7 @@
 
 </subsection>
 
+<a name="Tiles"/>
 <subsection name="3.4.3 Page Composition With Tiles">
 
     <p>
@@ -626,6 +634,7 @@
   
   </subsection>
 
+  <a name="image_rendering"/>
   <subsection name="3.4.4 Image Rendering Components">
 
         <p>
@@ -659,6 +668,7 @@
     
   </subsection>
 
+  <a name="text_rendering"/>
   <subsection name="3.4.5 Rendering Text">
 
     <p>
@@ -677,6 +687,7 @@
 
 </subsection>
 
+<a name="presentation_frameworks"/>
 <subsection name="3.5 Presentation Frameworks">
     <p>
         Struts Core is supported by many presentation frameworks,

Modified: struts/core/trunk/xdocs/userGuide/configuration.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/configuration.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/configuration.xml (original)
+++ struts/core/trunk/xdocs/userGuide/configuration.xml Mon Oct 31 15:46:11 2005
@@ -8,6 +8,7 @@
 <body>
 <section name="5. Configuring Applications">
 
+<a name="config-overview"/>
 <subsection name="5.1 Overview">
 
     <p>
@@ -19,7 +20,8 @@
     </p>
 
  </subsection>
-
+    
+ <a name="struts-config"/>
  <subsection name="5.2 The Struts configuration file">
 
     <p>
@@ -54,6 +56,7 @@
 
  </subsection>
 
+ <a name="controller_config"/>
  <subsection name="5.2.1 Controller Configuration">
 
     <p>
@@ -227,6 +230,7 @@
 
 </subsection>
 
+<a name="resources_config"/>
 <subsection name="5.2.2 Message Resources Configuration">
 
     <p>
@@ -287,6 +291,7 @@
 
 </subsection>
 
+<a name="plugin_config"/>
 <subsection name="5.2.3 PlugIn Configuration">
 
     <p>
@@ -316,6 +321,7 @@
 
 </subsection>
 
+<a name="dd_config_modules"/>
 <subsection name="5.3 Configuring Your Application for Modules">
 
     <p>
@@ -342,6 +348,7 @@
 
 </subsection>
 
+<a name="module_config-files"/>
 <subsection name="5.3.1 Module Configuration Files">
 
     <p>
@@ -368,6 +375,7 @@
 
 </subsection>
 
+<a name="module_config-inform_controller"/>
 <subsection name="5.3.2 Informing the Controller">
 
     <p>
@@ -423,6 +431,7 @@
 </subsection>
 
 
+<a name="module_config-switching"/>
 <subsection name="5.3.3 Switching Modules">
 
     <p>
@@ -529,6 +538,7 @@
 
 </subsection>
 
+<a name="dd_config"/>
 <subsection name="5.4 The Web Application Deployment Descriptor">
 
     <p>
@@ -541,7 +551,8 @@
     </p>
 
 </subsection>
-
+    
+<a name="dd_config_servlet"/>
 <subsection name="5.4.1 Configure the ActionServlet Instance">
 
     <p>
@@ -648,6 +659,7 @@
 
 </subsection>
 
+<a name="dd_config_mapping"/>
 <subsection name="5.4.2 Configure the ActionServlet Mapping">
 
     <p>
@@ -731,6 +743,7 @@
 
 </subsection>
 
+<a name="dd_config_taglib"/>
 <subsection name="5.4.3 Configure the Struts Tag Libraries">
 
         <p>
@@ -827,6 +840,7 @@
 
 </subsection>
 
+<a name="dd_config_taglib_uri"/>
 <subsection name="5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3/2.4)">
 
     <p>
@@ -861,6 +875,7 @@
 
 </subsection>
 
+<a name="config_add"/>
 <subsection name="5.5 Add Struts Components To Your Application">
 
     <p>
@@ -960,7 +975,7 @@
     </div>
 
 </subsection>
-
+<a name="config_logging"/>
 <subsection name="5.6 Logging in Struts Based Applications">
 
   <p>

Modified: struts/core/trunk/xdocs/userGuide/index.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/index.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/index.xml (original)
+++ struts/core/trunk/xdocs/userGuide/index.xml Mon Oct 31 15:46:11 2005
@@ -18,11 +18,34 @@
               <li><a href="preface.html#http">0.2 HTTP, HTML, and User Agents</a></li>
               <li><a href="preface.html#cycle">0.3 The HTTP Request/Response Cycle</a></li>
               <li><a href="preface.html#java">0.4 The Java Language and Application Frameworks</a></li>
+                  <ul>
+                      <li><a href="preface.html#chain">0.4.1 Chain of Responsibility</a></li>
+                  </ul>
               <li><a href="preface.html#javabeans">0.5 JavaBeans</a></li>
+                  <ul>
+                      <li><a href="preface.html#reflection">0.5.1 Reflection and Introspection</a></li>
+                      <li><a href="preface.html#maps">0.5.2 Maps</a></li>
+                      <li><a href="preface.html#dynabeans">0.5.3 DynaBeans</a></li>
+                  </ul>
               <li><a href="preface.html#resources">0.6 Properties Files and  ResourceBundles</a></li>
               <li><a href="preface.html#servlets">0.7 Java Servlets</a></li>
+                  <ul>
+                      <li><a href="preface.html#threads">0.7.1 Servlets and threads</a></li>
+                      <li><a href="preface.html#context">0.7.2 Servlet Context</a></li>
+                      <li><a href="preface.html#request">0.7.3 Servlet Request</a></li>
+                      <li><a href="preface.html#response">0.7.4 Servlet Response</a></li>
+                      <li><a href="preface.html#filter">0.7.5 Filtering</a></li>
+                      <li><a href="preface.html#session">0.7.6 Sessions</a></li>
+                      <li><a href="preface.html#dispatch">0.7.7 Dispatching Requests</a></li>
+                      <li><a href="preface.html#webapp">0.7.8 Web Applications</a></li>
+                      <li><a href="preface.html#events">0.7.9 Web application deployment descriptor</a></li>
+                      <li><a href="preface.html#security">0.7.10 Security</a></li>
+                  </ul>
               <li><a href="preface.html#jsp">0.8 JavaServer Pages, JSP Tag Libraries, and JavaServer Faces</a></li>
               <li><a href="preface.html#xml">0.9 Extensible Markup Language</a></li>
+                <ul>
+                    <li><a href="preface.html#descriptors">0.9.1 Descriptors</a></li>
+                </ul>
               <li><a href="preface.html#jaas">0.10 JAAS</a></li>
               <li><a href="preface.html#layers">0.11 Other layers</a></li>
             </ul></li>
@@ -38,7 +61,7 @@
                     <li><a href="introduction.html#controllerConcepts">1.2.3 The Controller: ActionServlet and ActionMapping</a></li>
                     </ul>
                     </li>
-                <li><a href="introduction.html#controllerConcepts">1.3 Struts Control Flow</a></li>
+                <li><a href="introduction.html#flow">1.3 Struts Control Flow</a></li>
                 </ul></li>
             <li><a href="building_model.html">2. Building Model Components</a>
                 <ul>
@@ -56,11 +79,9 @@
                 <li><a href="building_view.html#i18n">3.2 Internationalization</a></li>
                 <li><a href="building_view.html#form_beans">3.3 Forms and FormBean Interactions</a>
                     <ul>
-                    <li><a href="building_view.html#indexed">3.3.1 Indexed &amp; mapped Properties</a></li>
-                    <li><a href="building_view.html#form_input">3.3.2 Input Field Types Supported</a></li>
-                    <li><a href="building_view.html#presentation_tags">3.3.3 Other Useful Presentation Tags</a></li>
-                    <li><a href="building_view.html#form_validation">3.3.4 Automatic Form Validation</a></li>
-                    <li><a href="building_view.html#validator">3.3.5 Struts Validator</a></li>
+                    <li><a href="building_view.html#form_population">3.3.1 Automatic Form Population</a></li>
+                    <li><a href="building_view.html#form_validation">3.3.2 Automatic Form Validation</a></li>
+                    <li><a href="building_view.html#validator">3.3.3 The Struts Validator</a></li>
                     </ul></li>
                 <li><a href="building_view.html#other_presentations">3.4 Other Presentation Techniques</a>
                     <ul>
@@ -71,6 +92,7 @@
                     <li><a href="building_view.html#text_rendering">3.4.5 Rendering Text</a></li>
                     <li><a href="building_view.html#struts-el">3.4.6 The Struts-EL Tag Library</a></li>
                     </ul></li>
+                <li><a href="building_view.html#presentation_frameworks">3.5 Presentation Frameworks</a></li>
                 </ul></li>
                 
             <li><a href="building_controller.html">4. Building Controller Components</a>
@@ -126,7 +148,11 @@
                     <ul>
                     <li><a href="configuration.html#dd_config_servlet">5.4.1 Configure the Action Servlet Instance</a></li>
                     <li><a href="configuration.html#dd_config_mapping">5.4.2 Configure the Action Servlet Mapping</a></li>
-                    <li><a href="configuration.html#dd_config_taglib">5.4.3 Configure the Struts Tag Libraries"</a></li>
+                    <li><a href="configuration.html#dd_config_taglib">5.4.3 Configure the Struts Tag Libraries"</a>
+                        <ul>
+                            <li><a href="configuration.html#dd_config_taglib_uri">5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3/2.4)</a></li>
+                        </ul>
+                    </li>
                     </ul>
                  </li>
                 <li><a href="configuration.html#config_add">5.5 Add Struts Components To Your Application</a></li>

Modified: struts/core/trunk/xdocs/userGuide/introduction.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/introduction.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/introduction.xml (original)
+++ struts/core/trunk/xdocs/userGuide/introduction.xml Mon Oct 31 15:46:11 2005
@@ -9,6 +9,7 @@
 
   <section name="1. Introduction" href="introduction">
 
+      <a name="history"/>
       <subsection name="1.1 Forward into the Past! (or a brief history of Struts)" href="history">
 
         <p>
@@ -63,6 +64,7 @@
       
       </subsection>
       
+     <a name="mvc"/>
      <subsection name="1.2 The Model-View-Controller ('MVC') Design Pattern" href="mvc">
       
       <p>
@@ -105,6 +107,7 @@
       </p>
     </subsection>
       
+    <a name="modelConcepts"/>  
     <subsection name="1.2.1 The Model: System State and Business Logic JavaBeans" href="modelConcepts">
       
       <p>
@@ -163,6 +166,7 @@
 
    </subsection>
 
+    <a name="presentationConcepts"/>
     <subsection name="1.2.2 The View: JSP Pages and Presentation Components" href="presentationConcepts">     
 
       <p>
@@ -194,6 +198,7 @@
       </p>
     </subsection>
     
+    <a name="controllerConcepts"/>
     <subsection name="1.2.3 The Controller: ActionServlet and ActionMapping" href="controllerConcepts">
       
       <p>
@@ -235,6 +240,7 @@
 
       </subsection>
       
+      <a name="flow"/>
       <subsection name="1.3 Struts Control Flow" href="flow">
       
         <p>

Modified: struts/core/trunk/xdocs/userGuide/preface.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/preface.xml?rev=329935&r1=329934&r2=329935&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/preface.xml (original)
+++ struts/core/trunk/xdocs/userGuide/preface.xml Mon Oct 31 15:46:11 2005
@@ -875,7 +875,7 @@
     </p>
 
     </subsection>
-
+        <a name="descriptors"/>
         <subsection name="0.9.1 Descriptors" href="descriptors">
 
         <p>



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