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

Packages that use Actor
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.processor.xslt   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

Uses of Actor in org.apache.cocoon.cache
 

Subinterfaces of Actor in org.apache.cocoon.cache
 interface Cache
          The interface that all caching implementations must adhere to.
 

Classes in org.apache.cocoon.cache that implement Actor
 class CocoonCache
          This is the dynamic cocoon cache implementation which is able to cache all instances of generated documents, both statically and dynamically generated.
 class NoCache
          A caching implementation that doesn't cache anything :).
 

Uses of Actor in org.apache.cocoon.example
 

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

Uses of Actor in org.apache.cocoon.formatter
 

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

Uses of Actor in org.apache.cocoon.framework
 

Subinterfaces of Actor in org.apache.cocoon.framework
 interface Factory
          A factory is responsible to create and properly initialize dynamically loaded classes.
 

Classes in org.apache.cocoon.framework that implement Actor
 class AbstractActor
          This class implements the usual method to store and keep the director reference for later use.
 class Manager
          This class is used to create and control software actors.
 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".
 

Methods in org.apache.cocoon.framework that return Actor
 Actor Manager.getActor(java.lang.String role)
          Get the actor currently playing the given role.
 Actor Director.getActor(java.lang.String role)
          Get the actor currently playing the given role.
 

Methods in org.apache.cocoon.framework with parameters of type Actor
 void Manager.setRole(java.lang.String role, Actor actor)
          Set the actor for the role.
 void Director.setRole(java.lang.String role, Actor actor)
          Set the actor for the role.
 

Uses of Actor in org.apache.cocoon.interpreter
 

Subinterfaces of Actor in org.apache.cocoon.interpreter
 interface Interpreter
          This class implements a language interpreter.
 

Classes in org.apache.cocoon.interpreter that implement Actor
 class AbstractInterpreter
           
 class InterpreterFactory
           
 

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

Classes in org.apache.cocoon.interpreter.ecmascript that implement Actor
 class EcmaScriptInterpreter
           
 

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

Classes in org.apache.cocoon.interpreter.java that implement Actor
 class JavaInterpreter
           
 

Uses of Actor in org.apache.cocoon.parser
 

Subinterfaces of Actor in org.apache.cocoon.parser
 interface Parser
          This class must be implemented by the services that implement XML parsing capabilites in order to be used by Cocoon.
 

Classes in org.apache.cocoon.parser that implement Actor
 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 Actor in org.apache.cocoon.processor
 

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

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

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

Classes in org.apache.cocoon.processor.dcp that implement Actor
 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 Actor in org.apache.cocoon.processor.sql
 

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

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

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

Subinterfaces of Actor 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 Actor
 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 Actor in org.apache.cocoon.store
 

Subinterfaces of Actor in org.apache.cocoon.store
 interface Store
          This is the interface that a generic object storage system must implement.
 

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