Uses of Class
org.apache.cocoon.framework.AbstractActor

Packages that use AbstractActor
org.apache.cocoon.cache   
org.apache.cocoon.example   
org.apache.cocoon.formatter   
org.apache.cocoon.framework   
org.apache.cocoon.interpreter   
org.apache.cocoon.interpreter.ecmascript   
org.apache.cocoon.interpreter.java   
org.apache.cocoon.parser   
org.apache.cocoon.processor   
org.apache.cocoon.processor.dcp   
org.apache.cocoon.processor.sql   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

Uses of AbstractActor in org.apache.cocoon.cache
 

Subclasses of AbstractActor in org.apache.cocoon.cache
 class NoCache
          A caching implementation that doesn't cache anything :).
 

Uses of AbstractActor in org.apache.cocoon.example
 

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

Uses of AbstractActor in org.apache.cocoon.formatter
 

Subclasses of AbstractActor in org.apache.cocoon.formatter
 class FormatterFactory
          This class implements the formatter factory.
 

Uses of AbstractActor in org.apache.cocoon.framework
 

Subclasses of AbstractActor in org.apache.cocoon.framework
 class Router
          This class implements a basic Router implementation that is used by those classes that must assign the execution of a particular pluggable instance depending on some "type reaction".
 

Uses of AbstractActor in org.apache.cocoon.interpreter
 

Subclasses of AbstractActor in org.apache.cocoon.interpreter
 class AbstractInterpreter
           
 class InterpreterFactory
           
 

Uses of AbstractActor in org.apache.cocoon.interpreter.ecmascript
 

Subclasses of AbstractActor in org.apache.cocoon.interpreter.ecmascript
 class EcmaScriptInterpreter
           
 

Uses of AbstractActor in org.apache.cocoon.interpreter.java
 

Subclasses of AbstractActor in org.apache.cocoon.interpreter.java
 class JavaInterpreter
           
 

Uses of AbstractActor in org.apache.cocoon.parser
 

Subclasses of AbstractActor in org.apache.cocoon.parser
 class IBMXMLParser
          This class implements an XML parser using the XML4J 2.0 parser.
 class OpenXMLParser
          This class implements an XML parser using the OpenXML parser.
 class OracleXMLParser
          This class implements an XML parser using the Oracle XML Parser v2.
 class SunXMLParser
          This class implements an XML parser using the Sun ProjectX parser.
 

Uses of AbstractActor in org.apache.cocoon.processor
 

Subclasses of AbstractActor in org.apache.cocoon.processor
 class ProcessorFactory
          This class implements the processing router by identifying the processor associated to the produced document.
 

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

Subclasses of AbstractActor in org.apache.cocoon.processor.dcp
 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 AbstractActor in org.apache.cocoon.processor.sql
 

Subclasses of AbstractActor in org.apache.cocoon.processor.sql
 class SQLProcessor
          A processor that performs SQL database queries.
 

Uses of AbstractActor in org.apache.cocoon.producer
 

Subclasses of AbstractActor in org.apache.cocoon.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".
 class ProducerFactory
          This class implements the production router by identifying a producer associated to the requested XML resource.
 

Uses of AbstractActor in org.apache.cocoon.store
 

Subclasses of AbstractActor in org.apache.cocoon.store
 class MemoryStore
          This class implements a memory-managed hashtable wrapper that uses a weighted mix of LRU and LFU to keep track of object importance.
 



Copyright 1999 Java Apache Project. All Rights Reserved.