vgritsenko    2002/07/21 15:56:11

  Modified:    src/documentation/xdocs/tutorial tutorial-rmi-generator.xml
  Log:
  Composer -> Composable
  
  Revision  Changes    Path
  1.5       +3 -3      
xml-cocoon2/src/documentation/xdocs/tutorial/tutorial-rmi-generator.xml
  
  Index: tutorial-rmi-generator.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/tutorial/tutorial-rmi-generator.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tutorial-rmi-generator.xml        18 Jul 2002 14:16:41 -0000      1.4
  +++ tutorial-rmi-generator.xml        21 Jul 2002 22:56:11 -0000      1.5
  @@ -297,14 +297,14 @@
                                </s4>
                                
                                <s4 title="ComposerGenerator">
  -                                     <p><strong>Can be used as base class if 
you want your Generator to be an Avalon Composer</strong><br/>
  +                                     <p><strong>Can be used as base class if 
you want your Generator to be an Avalon Composable</strong><br/>
                                        </p>
                                        
                                        <p>This <strong>abstract class</strong> 
extends <strong>org.apache.cocoon.generation.AbstractGenerator</strong> and 
extends the interfaces 
<strong>org.apache.avalon.framework.component.Composable</strong> and 
<strong>org.apache.avalon.framework.activity.Disposable</strong>.</p><p>In 
addition to all the methods introduced in the 
<strong>AbstractGenerator</strong> class, these two interfaces introduce som 
new methods:</p>
   <ul>
        <li>From 
<strong>org.apache.avalon.framework.component.Composable</strong>:
                <ul>
  -                     <li><code>public void compose(ComponentManager 
componentManager)</code>: Pass the ComponentManager to the composer. The 
Composable implementation should use the specified ComponentManager to acquire 
the components it needs for execution.                                 
  +                     <li><code>public void compose(ComponentManager 
componentManager)</code>: Pass the ComponentManager to the Composable. The 
Composable implementation should use the specified ComponentManager to acquire 
the components it needs for execution.                               
                        </li>
                </ul>
        </li>
  @@ -319,7 +319,7 @@
        
        <li>From <strong>ComposerGenerator</strong> itself:
                <ul>
  -                     <li><code>public void compose(ComponentManager 
componentManager)</code>: Pass the ComponentManager to the composer. The 
Composable implementation should use the specified ComponentManager to acquire 
the components it needs for execution. (implemented)
  +                     <li><code>public void compose(ComponentManager 
componentManager)</code>: Pass the ComponentManager to the Composable. The 
Composable implementation should use the specified ComponentManager to acquire 
the components it needs for execution. (implemented)
                        </li>
                        
                        <li><code>public void dispose()</code>: The dispose 
operation is called at the end of a components lifecycle. Components use this 
method to release and destroy any resources that the Component owns. 
(implemented - implementation sets the ComponentManager to null)
  
  
  

----------------------------------------------------------------------
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