Uses of Class
org.apache.cocoon.producer.AbstractProducer

Packages that use AbstractProducer
org.apache.cocoon.example   
org.apache.cocoon.processor.xsp   
org.apache.cocoon.producer   
 

Uses of AbstractProducer in org.apache.cocoon.example
 

Subclasses of AbstractProducer in org.apache.cocoon.example
 class DummyProducer
          Stupid producer to show how this functionality works.
 

Uses of AbstractProducer in org.apache.cocoon.processor.xsp
 

Subclasses of AbstractProducer in org.apache.cocoon.processor.xsp
 class XSPPage
           
 

Uses of AbstractProducer in org.apache.cocoon.producer
 

Subclasses of AbstractProducer in org.apache.cocoon.producer
 class ProducerFromFile
          This class implements the producer interface in order to produce a document based on its tranlated path.
 class ProducerFromMap
           
 class ProducerFromRequest
          This class implements the producer interface to produce a document based on stringdata that is stored in the HttpServletRequest.
 



Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.