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.formatter.html   
org.apache.cocoon.formatter.pdf   
org.apache.cocoon.formatter.wml   
org.apache.cocoon.formatter.xhtml   
org.apache.cocoon.formatter.xml   
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.sql   
org.apache.cocoon.processor.xslt   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

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 FormatterFactory
          This class implements the formatter factory.
 class OpenXMLFormatter
          This class implements an abstract formatter based on OpenXML publishing API.
 class XSLPFormatter
          This class implements an abstract formatter based on XSLP publishing classes.
 

Uses of Status in org.apache.cocoon.formatter.html
 

Classes in org.apache.cocoon.formatter.html that implement Status
 class OpenXMLHTMLFormatter
          This class implements a DOM->HTML formatter usign OpenXML publishing API.
 class XSLPHTMLFormatter
          This class implements a DOM->HTML formatter using XSLP.
 

Uses of Status in org.apache.cocoon.formatter.pdf
 

Classes in org.apache.cocoon.formatter.pdf that implement Status
 class FOPFormatter
          This class wraps around FOP classes to perform XSL:FO to PDF formatting.
 

Uses of Status in org.apache.cocoon.formatter.wml
 

Classes in org.apache.cocoon.formatter.wml that implement Status
 class OpenXMLWMLFormatter
          This class implements a DOM->WML formatter usign OpenXML publishing API.
 class XSLPWMLFormatter
          This class implements a DOM->WML formatter using XSLP.
 

Uses of Status in org.apache.cocoon.formatter.xhtml
 

Classes in org.apache.cocoon.formatter.xhtml that implement Status
 class OpenXMLXHTMLFormatter
          This class implements a DOM->XHTML formatter usign OpenXML publishing API.
 class XSLPXHTMLFormatter
          This class implements a DOM->XHTML formatter using XSLP.
 

Uses of Status in org.apache.cocoon.formatter.xml
 

Classes in org.apache.cocoon.formatter.xml that implement Status
 class OpenXMLXMLFormatter
          This class implements a DOM->XML formatter usign OpenXML publishing API.
 class XSLPXMLFormatter
          This class implements a DOM->XML formatter using XSLP.
 

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 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 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.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 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 Status in org.apache.cocoon.producer
 

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



Copyright 1999 Java Apache Project. All Rights Reserved.