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.formatter.html   
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.processor   
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.
 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 Configurable in org.apache.cocoon.formatter.html
 

Classes in org.apache.cocoon.formatter.html that implement Configurable
 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 Configurable in org.apache.cocoon.formatter.wml
 

Classes in org.apache.cocoon.formatter.wml that implement Configurable
 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 Configurable in org.apache.cocoon.formatter.xhtml
 

Classes in org.apache.cocoon.formatter.xhtml that implement Configurable
 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 Configurable in org.apache.cocoon.formatter.xml
 

Classes in org.apache.cocoon.formatter.xml that implement Configurable
 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 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.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.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 Java Apache Project. All Rights Reserved.