crossley    02/05/16 22:21:19

  Modified:    src/documentation/xdocs/userdocs/xsp Tag:
                        cocoon_2_0_3_branch xsp-internals.xml
  Log:
  Removed a stack of broken links to old Javadocs. Perhaps this shows that
  this document needs serious revision.
  Sync branch with HEAD.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +10 -28    
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.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- xsp-internals.xml 15 Jan 2002 21:01:54 -0000      1.2
  +++ xsp-internals.xml 17 May 2002 05:21:19 -0000      1.2.2.1
  @@ -154,7 +154,7 @@
         <code>ProgramGenerator</code>, on the other hand, refers to a Cocoon
         component responsible for building and executing programs derived from XML
         documents containing dynamic markup:
  -      <link 
href="../../apidocs/org/apache/cocoon/components/language/generation/ProgramGenerator.html">
  +      <link 
href="../../apidocs/org/apache/cocoon/components/language/generator/ProgramGenerator.html">
           
<code>org.apache.cocoon.components.language.generator.ProgramGenerator</code>
         </link>
       </note>
  @@ -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]

Reply via email to