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

Packages that use Producer
org.apache.cocoon.example   
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.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 FileProducer
          This class implements the producer interface in order to produce a document based on the path provided as "PathTranslated".
 

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 Java Apache Project. All Rights Reserved.