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.processor   
org.apache.cocoon.processor.dcp   
org.apache.cocoon.processor.ldap   
org.apache.cocoon.processor.sql   
org.apache.cocoon.processor.xslt   
org.apache.cocoon.processor.xsp   
org.apache.cocoon.producer   
org.apache.cocoon.transformer   
 

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".
 

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.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.ldap
 

Classes in org.apache.cocoon.processor.ldap that implement Actor
 class LdapProcessor
          A processor that performs Ldap queries
XML file format: <?
 

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 XSLTProcessor
          This class implements an XSLT processor.
 

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

Classes in org.apache.cocoon.processor.xsp that implement Actor
 class XSPPage
           
 class XSPProcessor
          This class implements the XSP engine.
 

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 ProducerFactory
          This class implements the production router by identifying a producer associated to the requested XML resource.
 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.
 

Uses of Actor in org.apache.cocoon.transformer
 

Subinterfaces of Actor in org.apache.cocoon.transformer
 interface Transformer
          This interface is implemented by all XSLT tranformers.
 

Classes in org.apache.cocoon.transformer that implement Actor
 class XalanTransformer
          This class implements the transformer interface for the Apache Xalan XSLT processor.
 class XTTransformer
          This class implements the processor interface for the James Clark's XT XSLT processor using it's DOM API.
 



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