Uses of Interface
org.apache.cocoon.producer.Producer

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

Uses of Producer in org.apache.cocoon.example
 

Classes in org.apache.cocoon.example that implement Producer
 class DummyProducer
          Stupid producer to show how this functionality works.
 

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

Classes in org.apache.cocoon.processor.xsp that implement Producer
 class XSPPage
           
 

Uses of Producer in org.apache.cocoon.producer
 

Classes in org.apache.cocoon.producer that implement Producer
 class AbstractProducer
          This abstract class implements the Producer interface and provides utitity methods to convert the generated streams into DOM tress that are used inside the processor pipeline.
 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.
 

Methods in org.apache.cocoon.producer that return Producer
 Producer ProducerFactory.getProducer(javax.servlet.http.HttpServletRequest request)
          This methods returns the instance of the producer associated with the given request.
 



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