org.apache.cocoon.reading |
|
Java Source File Name | Type | Comment |
AbstractReader.java | Class | A reader can be used to generate binary output for a request. |
AxisRPCReader.java | Class | SOAP Reader
This reader accepts a SOAP Request, and generates the resultant
response as output. |
CaptchaReader.java | Class | 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.
CAPTCHA means quite literally Completely Automated Public Turing
Test to Tell Computers and Humans Apart and one of the best resources on
this can be found at the Carnegie Mellon
School of Computer Science CAPTCHA project..
This reader creates very simple CAPTCHAs from within a Cocoon pipeline,
enabling quick and safe end-user presence identificat. |
ComposerReader.java | Class | The ComposerReader will allow any Reader
that extends this to access SitemapComponents. |
DatabaseReader.java | Class | This Reader pulls a resource from a database. |
ImageReader.java | Class | The ImageReader component is used to serve binary image data
in a sitemap pipeline. |
JSPReader.java | Class | The JSPReader component is used to serve Servlet and JSP page
output data in a sitemap pipeline. |
Reader.java | Interface | A reader can be used to generate binary output for a request. |
ResourceReader.java | Class | The ResourceReader component is used to serve binary data
in a sitemap pipeline. |
ServiceableReader.java | Class | The serviceable reader will allow any
Reader implementation that
extends this to access other Avalon components. |