org.apache.cocoon.generation |
|
Java Source File Name | Type | Comment |
AbstractGenerator.java | Class | An abstract class that can be used to implement an own generator. |
AbstractServerPage.java | Class | Base implementation of ServerPagesGenerator . |
CalendarGenerator.java | Class | |
ComposerGenerator.java | Class | A default implementation that can be used for writing own generators. |
ContextGenerator.java | Class | Outputs an XML representation of the set of attributes contained in the
Cocoon environment's context for testing purposes. |
CSVGenerator.java | Class | A simple parser converting a Comma Separated Values (CSV) file into XML.
This parser is controlled by the following sitemap parameters:
-
process-headers: whether the first line in the CSV is considered
to be the header defining column names (the resulting output will be
different if this is true or false (default: false).
|
DirectoryGenerator.java | Class | |
EventCacheGenerator.java | Class | Generator wrapper that forwards generation to
to its delegate but overides its caching strategy
by replacing it with an event-cache aware implementation. |
ExceptionGenerator.java | Class | A generator that dumps an XML representation of the exception raised during a pipeline execution. |
FileGenerator.java | Class | |
FileGeneratorTestCase.java | Class | |
FragmentExtractorGenerator.java | Class | The generation half of FragmentExtractor.
FragmentExtractor is a transformer-generator pair which is designed to allow
sitemap managers to extract certain nodes from a SAX stream and move them
into a separate pipeline. |
Generator.java | Interface | A generator is the starting point of a pipeline. |
GenericProxyGenerator.java | Class | This is a generic HTTP proxy, designed to handle any possible HTTP method,
but with a particular bias towards WebDAV. |
HSSFGenerator.java | Class | This generator generates - using Apache POI - a Gnumeric compliant XML
Document from a Microsoft Excel Workbook. |
HTMLGenerator.java | Class | |
HttpProxyGenerator.java | Class | The HttpProxyGenerator is a Cocoon generator using the
Jakarta Commons HTTPClient Library to access an XML stream
over HTTP. |
ImageDirectoryGenerator.java | Class | author: Donald A. |
IMAPGenerator.java | Class | Generates an XML listing of messages from an IMAP mail server.
You must configure this generator with "host", "user", and "pass" parameters
which specifies the mail server host, the user to login as, and the password to use,
respectively. |
IncrementGenerator.java | Class | Increment context attribute "count" for testing purposes. |
JSPGenerator.java | Class | Allows Servlets and JSPs to be used as a generator. |
JXTemplateGenerator.java | Class | |
LinkStatusGenerator.java | Class | |
MP3DirectoryGenerator.java | Class | |
NekoHTMLGenerator.java | Class | |
ParseExceptionGenerator.java | Class | Exception generator. |
PauseGenerator.java | Class | This generator extends the usual FileGenerator with a pause parameter. |
PhpGenerator.java | Class | Allows PHP to be used as a generator. |
ProfilerGenerator.java | Class | Generates an XML representation of the current status of Profiler. |
RequestGenerator.java | Class | |
ScriptGenerator.java | Class | The Scriptgenerator executes arbitraty scripts using the BSF framework
and additional interpreter (Rhino, Groovy, Jython, etc.) as a
Cocoon Generator. |
SearchGenerator.java | Class | Generates an XML representation of a search result.
This generator generates xml content representening an XML search.
The generated xml content contains the search result,
the search query information, and navigation information about the
search results.
The query is sent to the generator, either via the 'queryString' request parameter
or the 'query' SiteMap parameter. |
ServerPagesGenerator.java | Class | This class acts as a proxy to a dynamically loadedGenerator
delegating actual SAX event generation.
It has a single configuration item :
<autocomplete-documents>true|false<autocomplete-documents>
(default is false ).
This tells the generator to automatically close all elements that weren't properly closed
by the XSP, such as when a return statement is used to prematurely end
processing. |
ServiceableGenerator.java | Class | A default implementation that can be used for writing own generators. |
ServletGenerator.java | Class | |
SessionAttributeGenerator.java | Class | |
StatusGenerator.java | Class | |
StreamGenerator.java | Class | |
SWFGenerator.java | Class | |
TextGenerator.java | Class | Read a plain text file and produce a valid XML file. |
TraversableGenerator.java | Class | Generates an XML source hierarchy listing from a Traversable Source.
The root node of the generated document will normally be a
collection node and a collection node can contain zero or more
resource or collection nodes. |
TraversableSourceDescriptionGenerator.java | Class | This Generator augments the output of the TraversableGenerator. |
VelocityGenerator.java | Class | Cocoon
Generator that produces dynamic XML SAX events
from a Velocity template file.
If called from a Flowscript, the immediate properties of the context object from the Flowscript are available in the Velocity context.
In that case, the current Web Continuation from the Flowscript
is also available as a variable named continuation . |
WebServiceProxyGenerator.java | Class | 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. |
XMidiGenerator.java | Class | Reads a standard MIDI file and generates SAX Events. |
XMLDBCollectionGenerator.java | Class | This class implements generation of a XML:DB collection
contents as a directory listing. |
XMLDBGenerator.java | Class | This class implements generation of XML documents from a
XML:DB compliant database. |
XPathDirectoryGenerator.java | Class | |
XPathTraversableGenerator.java | Class | Generates an XML collection listing performing XPath queries on XML sources. |