org.apache.cocoon.reading
Class ComposerReader

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.reading.AbstractReader
          extended by org.apache.cocoon.reading.ComposerReader
All Implemented Interfaces:
Poolable, Recyclable, Component, Composable, LogEnabled, Reader, SitemapModelComponent, SitemapOutputComponent

Deprecated. Use the ServiceableReader instead

public abstract class ComposerReader
extends AbstractReader
implements Composable

The ComposerReader will allow any Reader that extends this to access SitemapComponents.

Version:
CVS $Id: ComposerReader.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Marcus Crafter, Giacomo Pati

Field Summary
protected  ComponentManager manager
          Deprecated. The component manager instance
 
Fields inherited from class org.apache.cocoon.reading.AbstractReader
objectModel, out, parameters, resolver, source
 
Fields inherited from interface org.apache.cocoon.reading.Reader
ROLE
 
Constructor Summary
ComposerReader()
          Deprecated.  
 
Method Summary
 void compose(ComponentManager manager)
          Deprecated. Set the current ComponentManager instance used by this Composable.
 
Methods inherited from class org.apache.cocoon.reading.AbstractReader
getLastModified, getMimeType, recycle, setOutputStream, setup, shouldSetContentLength
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.reading.Reader
generate
 

Field Detail

manager

protected ComponentManager manager
Deprecated. 
The component manager instance

Constructor Detail

ComposerReader

public ComposerReader()
Deprecated. 
Method Detail

compose

public void compose(ComponentManager manager)
             throws ComponentException
Deprecated. 
Set the current ComponentManager instance used by this Composable.

Specified by:
compose in interface Composable
Throws:
ComponentException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.