Uses of Interface
org.apache.cocoon.Defaults

Packages that use Defaults
org.apache.cocoon   
org.apache.cocoon.example   
org.apache.cocoon.formatter   
org.apache.cocoon.processor   
org.apache.cocoon.processor.xslt   
org.apache.cocoon.processor.xsp   
org.apache.cocoon.producer   
 

Uses of Defaults in org.apache.cocoon
 

Classes in org.apache.cocoon that implement Defaults
 class Cocoon
          The Cocoon Publishing Framework.
 class Engine
          The Cocoon publishing engine.
 class Frontend
          The Cocoon Frontend.
 

Uses of Defaults in org.apache.cocoon.example
 

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

Uses of Defaults in org.apache.cocoon.formatter
 

Classes in org.apache.cocoon.formatter that implement Defaults
 class FormatterFactory
          This class implements the formatter factory.
 

Uses of Defaults in org.apache.cocoon.processor
 

Classes in org.apache.cocoon.processor that implement Defaults
 class ProcessorFactory
          This class implements the processing router by identifying the processor associated to the produced document.
 

Uses of Defaults in org.apache.cocoon.processor.xslt
 

Classes in org.apache.cocoon.processor.xslt that implement Defaults
 class XSLTProcessor
          This class implements an XSLT processor.
 

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

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

Uses of Defaults in org.apache.cocoon.producer
 

Classes in org.apache.cocoon.producer that implement Defaults
 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.
 



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