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

Packages that use Status
org.apache.cocoon   
org.apache.cocoon.cache   
org.apache.cocoon.example   
org.apache.cocoon.formatter   
org.apache.cocoon.framework   
org.apache.cocoon.interpreter   
org.apache.cocoon.parser   
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.store   
org.apache.cocoon.transformer   
 

Uses of Status in org.apache.cocoon
 

Classes in org.apache.cocoon that implement Status
 class Browsers
          This inner class is used to store the mapping between browser names and those signature fragments used for mapping.
 

Uses of Status in org.apache.cocoon.cache
 

Classes in org.apache.cocoon.cache that implement Status
 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 Status in org.apache.cocoon.example
 

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

Uses of Status in org.apache.cocoon.formatter
 

Classes in org.apache.cocoon.formatter that implement Status
 class FO2PDFFormatter
          This class wraps around FOP classes to perform XSL:FO to PDF formatting.
 class FormatterFactory
          This class implements the formatter factory.
 class HTMLFormatter
           
 class TextFormatter
           
 class VRMLFormatter
           
 class WMLFormatter
           
 class XMLFormatter
           
 

Uses of Status in org.apache.cocoon.framework
 

Classes in org.apache.cocoon.framework that implement Status
 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 Status in org.apache.cocoon.interpreter
 

Classes in org.apache.cocoon.interpreter that implement Status
 class InterpreterFactory
           
 

Uses of Status in org.apache.cocoon.parser
 

Classes in org.apache.cocoon.parser that implement Status
 class SunXMLParser
          This class implements an XML parser using the Sun ProjectX parser 'Technology Release 1'.
 class XercesParser
          This class implements an XML parser using the Apache Xerces XML parser.
 

Uses of Status in org.apache.cocoon.processor
 

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

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

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

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

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

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

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

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

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

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

Uses of Status in org.apache.cocoon.producer
 

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

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

Uses of Status in org.apache.cocoon.transformer
 

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