Uses of Class
org.apache.cocoon.generation.ServiceableGenerator

Packages that use ServiceableGenerator
org.apache.cocoon.generation   
org.apache.cocoon.profiling.generation   
org.apache.cocoon.samples   
org.apache.cocoon.slop.generation   
org.apache.cocoon.webapps.authentication.generation   
 

Uses of ServiceableGenerator in org.apache.cocoon.generation
 

Subclasses of ServiceableGenerator in org.apache.cocoon.generation
 class CalendarGenerator
           
 class CSVGenerator
          A simple parser converting a Comma Separated Values (CSV) file into XML.
 class DirectoryGenerator
           
 class EventCacheGenerator
          Generator wrapper that forwards generation to to its delegate but overides its caching strategy by replacing it with an event-cache aware implementation.
 class FileGenerator
           
 class FragmentExtractorGenerator
          The generation half of FragmentExtractor.
 class GenericProxyGenerator
          This is a generic HTTP proxy, designed to handle any possible HTTP method, but with a particular bias towards WebDAV.
 class HTMLGenerator
           
 class HttpProxyGenerator
          The HttpProxyGenerator is a Cocoon generator using the Jakarta Commons HTTPClient Library to access an XML stream over HTTP.
 class ImageDirectoryGenerator
           
 class JSPGenerator
          Allows Servlets and JSPs to be used as a generator.
 class JXTemplateGenerator
          Deprecated. Replaced with the template block: JXTemplateGenerator.
 class LinkStatusGenerator
           
 class MP3DirectoryGenerator
           
 class NekoHTMLGenerator
           
 class ProfilerGenerator
          Generates an XML representation of the current status of Profiler.
 class RequestGenerator
           
 class ScriptGenerator
          The Scriptgenerator executes arbitraty scripts using the BSF framework and additional interpreter (Rhino, Groovy, Jython, etc.) as a Cocoon Generator.
 class SearchGenerator
          Generates an XML representation of a search result.
 class StatusGenerator
           
 class StreamGenerator
           
 class TraversableGenerator
          Generates an XML source hierarchy listing from a Traversable Source.
 class TraversableSourceDescriptionGenerator
          This Generator augments the output of the TraversableGenerator.
 class VelocityGenerator
          Cocoon Generator that produces dynamic XML SAX events from a Velocity template file.
 class WebServiceProxyGenerator
          The WebServiceProxyGenerator is intended to: 1) Allow easy syndication of dynamic interactive content as a natural extension of the currently popular static content syndication with RSS.
 class XMLDBCollectionGenerator
          Deprecated. Use the XML:DB pseudo protocol instead.
 class XMLDBGenerator
          Deprecated. Use the XML:DB pseudo protocol instead.
 class XPathDirectoryGenerator
           
 class XPathTraversableGenerator
          Generates an XML collection listing performing XPath queries on XML sources.
 

Uses of ServiceableGenerator in org.apache.cocoon.profiling.generation
 

Subclasses of ServiceableGenerator in org.apache.cocoon.profiling.generation
 class StatisticsGenerator
          Statistic-Generator.
 

Uses of ServiceableGenerator in org.apache.cocoon.samples
 

Subclasses of ServiceableGenerator in org.apache.cocoon.samples
 class EventAwareGenerator
          This is a sample generator to demonstrate the event aware caching.
 

Uses of ServiceableGenerator in org.apache.cocoon.slop.generation
 

Subclasses of ServiceableGenerator in org.apache.cocoon.slop.generation
 class SlopGenerator
          SlopGenerator: Simple Line-Oriented Parsing of text files.
 

Uses of ServiceableGenerator in org.apache.cocoon.webapps.authentication.generation
 

Subclasses of ServiceableGenerator in org.apache.cocoon.webapps.authentication.generation
 class ConfigurationGenerator
          Deprecated. This block is deprecated and will be removed in future versions.
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.