Uses of Interface
org.apache.cocoon.sitemap.SitemapOutputComponent

Packages that use SitemapOutputComponent
org.apache.cocoon.components.serializers   
org.apache.cocoon.portal.reading   
org.apache.cocoon.portal.serialization   
org.apache.cocoon.reading   
org.apache.cocoon.reading.imageop   
org.apache.cocoon.samples   
org.apache.cocoon.serialization   
 

Uses of SitemapOutputComponent in org.apache.cocoon.components.serializers
 

Classes in org.apache.cocoon.components.serializers that implement SitemapOutputComponent
 class EncodingSerializer
          An abstract serializer supporting multiple encodings.
 class XHTMLSerializer
          A pedantic XHTML serializer encoding all recognized entities with their proper HTML names.
 

Uses of SitemapOutputComponent in org.apache.cocoon.portal.reading
 

Classes in org.apache.cocoon.portal.reading that implement SitemapOutputComponent
 class ProxyReader
          This reader is used to retrieve non XML content from external applications routet via the portal site.
 

Uses of SitemapOutputComponent in org.apache.cocoon.portal.serialization
 

Classes in org.apache.cocoon.portal.serialization that implement SitemapOutputComponent
 class IncludingHTMLSerializer
          This is a special serializer that allows to include content that is not XML at the last possible point.
 

Uses of SitemapOutputComponent in org.apache.cocoon.reading
 

Subinterfaces of SitemapOutputComponent in org.apache.cocoon.reading
 interface Reader
          A reader can be used to generate binary output for a request.
 

Classes in org.apache.cocoon.reading that implement SitemapOutputComponent
 class AbstractReader
          A reader can be used to generate binary output for a request.
 class AxisRPCReader
          SOAP Reader This reader accepts a SOAP Request, and generates the resultant response as output.
 class CaptchaReader
          The CaptchaReader is a simple tool generating JPEG images for the text supplied as its source in a way so that it's hard to parse automatically.
 class ComposerReader
          Deprecated. Use the ServiceableReader instead
 class DatabaseReader
          This Reader pulls a resource from a database.
 class ImageReader
          The ImageReader component is used to serve binary image data in a sitemap pipeline.
 class JSPReader
          The JSPReader component is used to serve Servlet and JSP page output data in a sitemap pipeline.
 class ResourceReader
          The ResourceReader component is used to serve binary data in a sitemap pipeline.
 class ServiceableReader
          The serviceable reader will allow any Reader implementation that extends this to access other Avalon components.
 

Uses of SitemapOutputComponent in org.apache.cocoon.reading.imageop
 

Classes in org.apache.cocoon.reading.imageop that implement SitemapOutputComponent
 class ImageOpReader
          The ImageOpReader component is used to serve binary image data in a sitemap pipeline.
 

Uses of SitemapOutputComponent in org.apache.cocoon.samples
 

Classes in org.apache.cocoon.samples that implement SitemapOutputComponent
 class EventAwareReader
           
 

Uses of SitemapOutputComponent in org.apache.cocoon.serialization
 

Subinterfaces of SitemapOutputComponent in org.apache.cocoon.serialization
 interface Serializer
          A serializer is the last point of a pipeline.
 

Classes in org.apache.cocoon.serialization that implement SitemapOutputComponent
 class AbstractSerializer
           
 class AbstractTextSerializer
           
 class ElementProcessorSerializer
          An implementation of nearly all of the methods included in the org.apache.poi.serialization.Serializer interface This is an abstract class.
 class FOPSerializer
          FOP 0.93 (and newer) based serializer.
 class HSSFSerializer
          Serializer to produce an HSSF stream.
 class HTMLSerializer
           
 class iTextSerializer
           
 class LinkSerializer
           
 class POIFSSerializer
          An extension of ElementProcessorSerializer with extensions for dealing with the POIFS filesystem This is an abstract class.
 class RTFSerializer
          This class uses the jfor library to serialize XSL:FO documents to RTF streams.
 class SVGSerializer
          A Batik based Serializer for generating PNG/JPEG images
 class SWFSerializer
          uses the project http://developer.berlios.de/projects/spark-xml/
 class TextSerializer
          Text serializer converts XML into plain text.
 class XMidiSerializer
          Takes SAX Events and serializes them as a standard MIDI file.
 class XMLSerializer
           
 class ZipArchiveSerializer
          A serializer that builds Zip archives by aggregating several sources.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.