Uses of Interface
org.apache.cocoon.framework.Changeable

Packages that use Changeable
org.apache.cocoon.example   
org.apache.cocoon.framework   
org.apache.cocoon.processor   
org.apache.cocoon.processor.dcp   
org.apache.cocoon.processor.sql   
org.apache.cocoon.processor.xslt   
org.apache.cocoon.producer   
 

Uses of Changeable in org.apache.cocoon.example
 

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

Uses of Changeable in org.apache.cocoon.framework
 

Methods in org.apache.cocoon.framework with parameters of type Changeable
 void Page.setChangeable(Changeable change)
           
 

Uses of Changeable in org.apache.cocoon.processor
 

Subinterfaces of Changeable in org.apache.cocoon.processor
 interface Processor
          Every DOM processor must extend this interface to be recognized by Cocoon as a DOM processor.
 

Uses of Changeable in org.apache.cocoon.processor.dcp
 

Classes in org.apache.cocoon.processor.dcp that implement Changeable
 class DCPProcessor
          This class implements a DOM processor that expands XML documents replacing dynamic content generation processing instructions by the return value of user-supplied logic.
 

Uses of Changeable in org.apache.cocoon.processor.sql
 

Classes in org.apache.cocoon.processor.sql that implement Changeable
 class SQLProcessor
          A processor that performs SQL database queries.
 

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

Classes in org.apache.cocoon.processor.xslt that implement Changeable
 class AbstractXSLTProcessor
          This class abstracts the XSL processor interface.
 class LotusXSLProcessor
          This class implements the processor interface for the Lotus XSL processor.
 class OracleXSLProcessor
          This class implements the processor interface for the Oracle XSL Processor.
 class XSLPProcessor
          This class implements the processor interface for the XSL:P processor.
 

Uses of Changeable in org.apache.cocoon.producer
 

Subinterfaces of Changeable in org.apache.cocoon.producer
 interface Producer
          This interface must be implemented by the classes that produce documents encapsulating resources.
 

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



Copyright 1999 Java Apache Project. All Rights Reserved.