Uses of Class
org.apache.cocoon.reading.AbstractReader

Packages that use AbstractReader
org.apache.cocoon.portal.reading   
org.apache.cocoon.reading   
org.apache.cocoon.reading.imageop   
org.apache.cocoon.samples   
 

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

Subclasses of AbstractReader in org.apache.cocoon.portal.reading
 class ProxyReader
          This reader is used to retrieve non XML content from external applications routet via the portal site.
 

Uses of AbstractReader in org.apache.cocoon.reading
 

Subclasses of AbstractReader in org.apache.cocoon.reading
 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 AbstractReader in org.apache.cocoon.reading.imageop
 

Subclasses of AbstractReader in org.apache.cocoon.reading.imageop
 class ImageOpReader
          The ImageOpReader component is used to serve binary image data in a sitemap pipeline.
 

Uses of AbstractReader in org.apache.cocoon.samples
 

Subclasses of AbstractReader in org.apache.cocoon.samples
 class EventAwareReader
           
 



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