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

Packages that use Configurable
org.apache.cocoon   
org.apache.cocoon.dcp   
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.xsp   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

Uses of Configurable in org.apache.cocoon
 

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

Uses of Configurable in org.apache.cocoon.dcp
 

Classes in org.apache.cocoon.dcp that implement Configurable
 class DefaultDCPProcessor
          The convenience class that all DCP objects should extend.
 class ServletDCPProcessor
          The convenience class that all DCP objects willing to access the servlet request parameters should extend.
 

Uses of Configurable in org.apache.cocoon.example
 

Classes in org.apache.cocoon.example that implement Configurable
 class DCPExample
           
 

Uses of Configurable in org.apache.cocoon.formatter
 

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

Uses of Configurable in org.apache.cocoon.framework
 

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

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

Uses of Configurable in org.apache.cocoon.parser
 

Classes in org.apache.cocoon.parser that implement Configurable
 class AbstractParser
          This class implements all the common methods used by the XML parsers.
 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 Configurable in org.apache.cocoon.processor
 

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

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

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

Uses of Configurable in org.apache.cocoon.producer
 

Classes in org.apache.cocoon.producer that implement Configurable
 class ProducerFactory
          This class implements the production router by identifying a producer associated to the requested XML resource.
 

Uses of Configurable in org.apache.cocoon.store
 

Classes in org.apache.cocoon.store that implement Configurable
 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-2000 Apache Software Foundation. All Rights Reserved.