You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2006/12/07 06:43:39 UTC

svn commit: r483347 - in /struts/struts1/trunk/src/site/xdoc: faqs/validator.xml userGuide/building_controller.xml userGuide/building_view.xml userGuide/configuration.xml userGuide/dev_util.xml userGuide/introduction.xml

Author: pbenedict
Date: Wed Dec  6 21:43:33 2006
New Revision: 483347

URL: http://svn.apache.org/viewvc?view=rev&rev=483347
Log:
STR-2839: Point api links to aggregate location

Modified:
    struts/struts1/trunk/src/site/xdoc/faqs/validator.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml

Modified: struts/struts1/trunk/src/site/xdoc/faqs/validator.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/faqs/validator.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/faqs/validator.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/faqs/validator.xml Wed Dec  6 21:43:33 2006
@@ -1409,7 +1409,7 @@
                 <p>
                     A concise
                     <!-- FIXME: Does this need to link to Commons Validator instead? -->
-                    <a href="../struts-core/apidocs/org/apache/struts/validator/package-summary.html#package_description">
+                    <a href="../apidocs/org/apache/struts/validator/package-summary.html#package_description">
                         Struts Validator API Guide</a>
                     is available to help you get started.
                 </p>

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml Wed Dec  6 21:43:33 2006
@@ -2063,7 +2063,7 @@
                         configuration DTD</a> or the online
                     <a href="../struts-core/dtddoc/struts-config_1_3.dtd.html">DTDDoc</a>
                     docs, and the
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionMapping.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionMapping.html">
                         ActionMapping documentation.</a>
                 </p>
 

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml Wed Dec  6 21:43:33 2006
@@ -176,7 +176,7 @@
                     </li>
 
                     <li>
-                        <a href="../struts-core/apidocs/org/apache/struts/util/MessageResources.html">
+                        <a href="../apidocs/org/apache/struts/util/MessageResources.html">
                             <strong>MessageResources</strong>
                         </a>
                         - The framework class

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml Wed Dec  6 21:43:33 2006
@@ -469,7 +469,7 @@
                 <p>
                     The <i>mode</i> can be configured in the struts-config.xml 
                    (for more details see <code>PropertyMessageResources</code>
-                    <a href="../struts-core/apidocs/org/apache/struts/util/PropertyMessageResources.html">
+                    <a href="../apidocs/org/apache/struts/util/PropertyMessageResources.html">
                     JavaDoc</a>):.
                 </p>
                 <source><![CDATA[
@@ -823,7 +823,7 @@
                     servlet are
                     described below.
                     (You can also find these details in the
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionServlet.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionServlet.html">
                         Javadocs</a>
                     for the ActionServlet class.)
                     Square brackets describe the default values that are

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml Wed Dec  6 21:43:33 2006
@@ -42,7 +42,7 @@
 
                 <ul>
                     <li>
-                        <a href="../struts-core/apidocs/org/apache/struts/util/package-summary.html#package_description">
+                        <a href="../apidocs/org/apache/struts/util/package-summary.html#package_description">
                             Utilities Package Description</a>
                     </li>
                 </ul>

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml?view=diff&rev=483347&r1=483346&r2=483347
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml Wed Dec  6 21:43:33 2006
@@ -431,7 +431,7 @@
                     <strong>Struts Configuration.</strong>
                     The Configuration
                     defines (among other things) the collection of
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionMapping.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionMapping.html">
                         ActionMappings</a>
                     <code>[org.apache.struts.action.ActionMappings]</code>
                     for an application.
@@ -442,7 +442,7 @@
                     routes HTTP
                     requests to other components in the framework. Requests
                     may be forwarded to JavaServer Pages or
-                    <a href="../struts-core/apidocs/org/apache/struts/action/Action.html">
+                    <a href="../apidocs/org/apache/struts/action/Action.html">
                         Action</a>
                     <code>[org.apache.struts.action.Action]</code>
                     subclasses provided by the
@@ -455,7 +455,7 @@
 
                 <p>
                     An individual
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionMapping.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionMapping.html">
                         ActionMapping</a>
                     <code>[org.apache.struts.action.ActionMapping]</code>
                     will usually contain a number of properties including:
@@ -521,7 +521,7 @@
                     requests. You can define your own set of input bean
                     classes, by
                     subclassing
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionForm.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionForm.html">
                         ActionForm</a>
                     <code>[org.apache.struts.action.ActionForm].</code>
                     The ActionForm class makes it
@@ -548,11 +548,11 @@
 
                 <p>
                     Another element of the Configuration are the
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionFormBeans.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionFormBeans.html">
                         ActionFormBeans</a>
                     <code>[org.apache.struts.action.ActionFormBeans].</code>
                     This is a collection of
-                    <a href="../struts-core/apidocs/org/apache/struts/action/ActionFormBean.html">
+                    <a href="../apidocs/org/apache/struts/action/ActionFormBean.html">
                         descriptor objects</a>
                     that are used to create instances of the ActionForm
                     objects at runtime.
@@ -608,7 +608,7 @@
                     to support the internationalization features built into
                     the Java platform. All the field labels
                     and messages can be retrieved from a
-                    <a href="../struts-core/apidocs/org/apache/struts/util/MessageResources.html">
+                    <a href="../apidocs/org/apache/struts/util/MessageResources.html">
                         message resource.</a>
                     To provide messages for another language, simply add
                     another file to the resource bundle.