crossley 02/05/13 09:05:35
Modified: src/documentation/xdocs/userdocs/xsp xsp-internals.xml
Log:
Removed a stack of broken links to old Javadocs. Perhaps this shows that
this document needs serious revision.
Revision Changes Path
1.4 +9 -27
xml-cocoon2/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml
Index: xsp-internals.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsp-internals.xml 30 Apr 2002 13:50:30 -0000 1.3
+++ xsp-internals.xml 13 May 2002 16:05:35 -0000 1.4
@@ -252,9 +252,7 @@
<p>
<code>AbstractServerPage</code> implements
- <link href="../../apidocs/org/apache/arch/Modifiable.html">
- <code>Modifiable</code>.
- </link>
+ <code>org.apache.arch.Modifiable</code>.
This
is tested by <code>ProgramGenerator</code> to assert whether the page has
been invalidated as a result of files it depends on having changed on disk.
@@ -346,9 +344,7 @@
<code>AbstractProgrammingLanguage</code>
</link>) is
provided that extends
- <link href="../../apidocs/org/apache/arch/named/AbstractNamedComponent.html">
- <code>AbstractNamedComponent</code>
- </link>
+ <code>org.apache.arch.named.AbstractNamedComponent</code>
and retrieves language-related sitemap parameters.
</p>
@@ -964,9 +960,7 @@
<code>AbstractMarkupLanguage</code>.
</link>
This class extends
- <link href="../../apidocs/org/arch/named/AbstractNamedComponent.html">
- <code>AbstractNamedComponent</code>
- </link>
+ <code>org.apache.arch.named.AbstractNamedComponent</code>
to set the markup language's
associated namespace using the following required parameters:
</p>
@@ -1571,16 +1565,12 @@
In order to support pluggable markup and programming languages,
a new abstraction was added to Cocoon's <code>arch</code>
core interfaces:
- <link href="../../apidocs/org/apache/arch/named/NamedComponent.html">
- <code>NamedComponent</code>.
- </link>
+ <code>org.apache.arch.named.NamedComponent</code>.
</p>
<p>
Interface <code>NamedComponent</code> is simply an extension to
- <link href="../../apidocs/org/apache/arch/Component.html">
- <code>Component</code>
- </link>
+ <code>org.apache.arch.Component</code>
that exposes a <code>getName()</code>
method.
</p>
@@ -1593,9 +1583,7 @@
<p>
A
- <link href="../../apidocs/org/apache/arch/named/NamedComponentManager.html">
- <code>NamedComponentManager</code>
- </link>
+ <code>org.apache.arch.named.NamedComponentManager</code>
is a component responsible
for storing and locating <code>NamedComponent</code> instances.
This interface exposes the following methods:
@@ -1615,21 +1603,15 @@
<p>
A default implementation is provided for this interface:
- <link href="../../apidocs/org/apache/arch/named/NamedComponentImpl.html">
- <code>NamedComponentManagerImpl</code>.
- </link>
+ <code>org.apche.arch.named.NamedComponentManagerImpl</code>.
</p>
<p>
Class
- <link href="../../apidocs/org/apache/named/AbstractNamedComponent.html">
- <code>AbstractNamedComponent</code>
- </link>
+ <code>org.apache.arch.named.AbstractNamedComponent</code>
provides a base implementation
for <code>NamedComponent</code> that extends
- <link href="../../apidocs/org/apache/arch/Configurable.html">
- <code>Configurable</code>.
- </link>
+ <code>org.apache.arch.Configurable</code>.
This class exposes the following methods:
</p>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]