Author: wsmoak
Date: Sun Aug 14 14:19:45 2005
New Revision: 232647
URL: http://svn.apache.org/viewcvs?rev=232647&view=rev
Log:
Fixed links to api documentation, JavaDocs are now under the subproject pages
Modified:
struts/site/trunk/xdocs/faqs/index.xml
struts/site/trunk/xdocs/userGuide/building_controller.xml
struts/site/trunk/xdocs/userGuide/building_view.xml
struts/site/trunk/xdocs/userGuide/configuration.xml
struts/site/trunk/xdocs/userGuide/dev_bean.xml
struts/site/trunk/xdocs/userGuide/dev_html.xml
struts/site/trunk/xdocs/userGuide/dev_logic.xml
struts/site/trunk/xdocs/userGuide/dev_nested.xml
struts/site/trunk/xdocs/userGuide/dev_tiles.xml
struts/site/trunk/xdocs/userGuide/dev_util.xml
struts/site/trunk/xdocs/userGuide/dev_validator.xml
struts/site/trunk/xdocs/userGuide/index.xml
struts/site/trunk/xdocs/userGuide/introduction.xml
Modified: struts/site/trunk/xdocs/faqs/index.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/faqs/index.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/faqs/index.xml (original)
+++ struts/site/trunk/xdocs/faqs/index.xml Sun Aug 14 14:19:45 2005
@@ -114,10 +114,4 @@
</section>
-<section name="Search" href="search">
- <search label="Search the Struts FAQs and HowTos"
- site="http://struts.apache.org/faqs"
- domains="http://struts.apache.org;http://struts.apache.org/faqs"/>
-</section>
-
</body></document>
Modified: struts/site/trunk/xdocs/userGuide/building_controller.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/building_controller.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/building_controller.xml (original)
+++ struts/site/trunk/xdocs/userGuide/building_controller.xml Sun Aug 14
14:19:45 2005
@@ -1348,7 +1348,7 @@
<code>action</code> element, see the
<a href="http://struts.apache.org/dtds/struts-config_1_2.dtd">
Struts Configuration DTD</a> and the
- <a href="../api/org/apache/struts/action/ActionMapping.html">ActionMapping
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionMapping.html">ActionMapping
documentation</a>.
</p>
Modified: struts/site/trunk/xdocs/userGuide/building_view.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/building_view.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/building_view.xml (original)
+++ struts/site/trunk/xdocs/userGuide/building_view.xml Sun Aug 14 14:19:45 2005
@@ -96,7 +96,7 @@
</li>
<li>
- <a href="../api/org/apache/struts/util/MessageResources.html">
+ <a
href="../struts-core/apidocs/org/apache/struts/util/MessageResources.html">
<strong>MessageResources</strong></a> - The Struts class
<code>org.apache.struts.util.MessageResources</code> lets you treat
a set of resource bundles like a database, and allows you to request
Modified: struts/site/trunk/xdocs/userGuide/configuration.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/configuration.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/configuration.xml (original)
+++ struts/site/trunk/xdocs/userGuide/configuration.xml Sun Aug 14 14:19:45 2005
@@ -571,7 +571,8 @@
The initialization parameters supported by the action servlet are
described below.
(You can also find these details in the
- <a href="../api/index.html">Javadocs</a> for the ActionServlet class.)
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionServlet.html">
+ Javadocs</a> for the ActionServlet class.)
Square brackets describe the default values that are assumed if you do
not provide a value for that initialization parameter.
</p>
Modified: struts/site/trunk/xdocs/userGuide/dev_bean.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_bean.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_bean.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_bean.xml Sun Aug 14 14:19:45 2005
@@ -45,7 +45,7 @@
<ul>
<li>
- <a
href="../api/org/apache/struts/taglib/bean/package-summary.html#package_description">
+ <a
href="../struts-taglib/apidocs/org/apache/struts/taglib/bean/package-summary.html#package_description">
Bean Taglib Package Description</a>
</li>
<li><a href="struts-bean.html">Bean Taglib API Reference</a>
Modified: struts/site/trunk/xdocs/userGuide/dev_html.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_html.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_html.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_html.xml Sun Aug 14 14:19:45 2005
@@ -23,7 +23,7 @@
<section href="resources" name="HTML Tag Resources">
<ul>
-<li><a
href="../api/org/apache/struts/taglib/html/package-summary.html#package_description">HTML
Taglib Package Description</a></li>
+<li><a
href="../struts-taglib/apidocs/org/apache/struts/taglib/html/package-summary.html#package_description">HTML
Taglib Package Description</a></li>
<li><a href="struts-html.html">HTML Taglib API Reference</a></li>
</ul>
</section>
Modified: struts/site/trunk/xdocs/userGuide/dev_logic.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_logic.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_logic.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_logic.xml Sun Aug 14 14:19:45 2005
@@ -24,7 +24,7 @@
<section href="resources" name="Logic Tag Resources">
<ul>
-<li><a
href="../api/org/apache/struts/taglib/logic/package-summary.html#package_description">Logic
Taglib Package Description</a></li>
+<li><a
href="../struts-taglib/apidocs/org/apache/struts/taglib/logic/package-summary.html#package_description">Logic
Taglib Package Description</a></li>
<li><a href="struts-logic.html">Logic Taglib API Reference</a></li>
</ul>
</section>
Modified: struts/site/trunk/xdocs/userGuide/dev_nested.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_nested.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_nested.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_nested.xml Sun Aug 14 14:19:45 2005
@@ -19,7 +19,7 @@
<section href="resources" name="Nested Taglib Resources">
<ul>
-<li><a
href="../api/org/apache/struts/taglib/nested/package-summary.html#package_description">Nested
Taglib Package Description</a></li>
+<li><a
href="../struts-taglib/apidocs/org/apache/struts/taglib/nested/package-summary.html#package_description">Nested
Taglib Package Description</a></li>
<li><a href="struts-nested.html">Nested Taglib API Reference</a></li>
</ul>
</section>
Modified: struts/site/trunk/xdocs/userGuide/dev_tiles.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_tiles.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_tiles.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_tiles.xml Sun Aug 14 14:19:45 2005
@@ -220,7 +220,7 @@
<ul>
<li>
- A concise <a
href="../api/org/apache/struts/tiles/package-summary.html#package_description">Tiles
API Guide</a> is available to help you get started with the Tiles framework.
+ A concise <a
href="../struts-tiles/apidocs/org/apache/struts/tiles/package-summary.html#package_description">Tiles
API Guide</a> is available to help you get started with the Tiles framework.
</li>
<li><a href="struts-tiles.html">Tiles Taglib Syntax Reference</a></li>
Modified: struts/site/trunk/xdocs/userGuide/dev_util.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_util.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_util.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_util.xml Sun Aug 14 14:19:45 2005
@@ -18,7 +18,7 @@
<section href="resources" name="Utilities Resources">
<ul>
-<li><a
href="../api/org/apache/struts/util/package-summary.html#package_description">Utilities
Package Description</a></li>
+<li><a
href="../struts-core/apidocs/org/apache/struts/util/package-summary.html#package_description">Utilities
Package Description</a></li>
</ul>
</section>
Modified: struts/site/trunk/xdocs/userGuide/dev_validator.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_validator.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_validator.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_validator.xml Sun Aug 14 14:19:45 2005
@@ -1015,7 +1015,8 @@
<p>
A concise
- <a
href="../api/org/apache/struts/validator/package-summary.html#package_description">
+ <!-- FIXME: Does this need to link to Commons Validator instead? -->
+ <a
href="../struts-core/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/site/trunk/xdocs/userGuide/index.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/index.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/index.xml (original)
+++ struts/site/trunk/xdocs/userGuide/index.xml Sun Aug 14 14:19:45 2005
@@ -165,12 +165,6 @@
</section>
- <section name="Search" href="search">
- <search label="Search the Struts User and Developers Guides"
- site="http://struts.apache.org/userGuide"
-
domains="http://struts.apache.org;http://struts.apache.org/userGuide"/>
- </section>
-
<section>
<p class="right">
Next: <a href="preface.html">Preface</a>
Modified: struts/site/trunk/xdocs/userGuide/introduction.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/introduction.xml?rev=232647&r1=232646&r2=232647&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/introduction.xml (original)
+++ struts/site/trunk/xdocs/userGuide/introduction.xml Sun Aug 14 14:19:45 2005
@@ -249,14 +249,14 @@
file (<code>struts-config.xml</code>) and uses it to deploy other
control layer objects.
Together, these objects form the <strong>Struts
Configuration</strong>. The Struts Configuration
defines (among other things) the
- <a
href="../api/org/apache/struts/action/ActionMappings.html">ActionMappings</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionMappings.html">ActionMappings</a>
[<code>org.apache.struts.action.ActionMappings</code>] for an
application.
</p>
<p>
The Struts controller servlet consults the ActionMappings as it
routes HTTP
requests to other components in the framework. Requests may be
forwarded to JavaServer Pages or
- <a href="../api/org/apache/struts/action/Action.html">Action</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/Action.html">Action</a>
[<code>org.apache.struts.action.Action</code>] subclasses provided
by the
Struts developer. Often, a request is first forwarded to an Action
and then to a JSP
(or other presentation page). The mappings help the controller turn
HTTP requests into application
@@ -265,7 +265,7 @@
<p>
An individual
- <a
href="../api/org/apache/struts/action/ActionMapping.html">ActionMapping</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionMapping.html">ActionMapping</a>
[<code>org.apache.struts.action.ActionMapping</code>]
will usually contain a number of properties including:</p>
<ul>
@@ -306,7 +306,7 @@
Web applications is retaining and validating what a user has entered
between
requests. With Struts, you can define your own set of input bean
classes, by
subclassing
- <a
href="../api/org/apache/struts/action/ActionForm.html">ActionForm</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionForm.html">ActionForm</a>
[<code>org.apache.struts.action.ActionForm</code>]. The ActionForm
class makes it
easy to store <strong>and validate</strong> the data for your
application's input forms.
The ActionForm bean is automatically saved in one of the standard,
shared context
@@ -323,10 +323,10 @@
<p>
Another element of the Struts Configuration are the
- <a
href="../api/org/apache/struts/action/ActionFormBeans.html">ActionFormBeans</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionFormBeans.html">ActionFormBeans</a>
[<code>org.apache.struts.action.ActionFormBeans</code>].
This is a collection of
- <a
href="../api/org/apache/struts/action/ActionFormBean.html">descriptor
objects</a>
+ <a
href="../struts-core/apidocs/org/apache/struts/action/ActionFormBean.html">descriptor
objects</a>
that are used to create instances of the ActionForm objects at
runtime.
When a mapping needs an ActionForm, the servlet looks up the
form-bean descriptor by name and uses
it to create an ActionForm instance of the specified type.
@@ -364,7 +364,7 @@
The Struts framework and its custom tag libraries were designed from
the ground-up
to support the internationalization features built into the Java
platform. All the field labels
and messages can be retrieved from a
- <a
href="../api/org/apache/struts/util/MessageResources.html">message resource</a>.
+ <a
href="../struts-core/apidocs/org/apache/struts/util/MessageResources.html">message
resource</a>.
To provide messages for another language, simply add another file to
the resource bundle.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]