|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Generator in org.apache.cocoon.ant |
Classes in org.apache.cocoon.ant that implement Generator | |
class |
AntBuildGenerator
A Cocoon Generator that runs an Ant build file |
Uses of Generator in org.apache.cocoon.components.language.markup.xsp |
Classes in org.apache.cocoon.components.language.markup.xsp that implement Generator | |
class |
JSGenerator
Class representing interpreted XSP-generated ServerPagesGenerator programs
written in Javascript language |
class |
PythonGenerator
Class representing interpreted XSP-generated ServerPagesGenerator programs
written in Python language |
class |
XSPGenerator
Base class for XSP-generated ServerPagesGenerator classes |
Uses of Generator in org.apache.cocoon.components.pipeline |
Fields in org.apache.cocoon.components.pipeline declared as Generator | |
protected Generator |
VirtualProcessingPipeline.generator
|
protected Generator |
AbstractProcessingPipeline.generator
|
Methods in org.apache.cocoon.components.pipeline that return Generator | |
Generator |
ProcessingPipeline.getGenerator()
Get the generator - used for content aggregation |
Generator |
VirtualProcessingPipeline.getGenerator()
Get the generator - used for content aggregation |
Generator |
AbstractProcessingPipeline.getGenerator()
Get the generator - used for content aggregation |
Uses of Generator in org.apache.cocoon.forms.generation |
Classes in org.apache.cocoon.forms.generation that implement Generator | |
class |
FormsGenerator
A generator that streams an XML representation of a Form . |
class |
SuggestionListGenerator
A generator for suggestion lists. |
Uses of Generator in org.apache.cocoon.generation |
Subinterfaces of Generator in org.apache.cocoon.generation | |
static interface |
GeneratorFactory.Instance
Instance of the Generator created by the GeneratorFactory |
Classes in org.apache.cocoon.generation that implement Generator | |
class |
AbstractGenerator
An abstract class that can be used to implement an own generator. |
class |
AbstractServerPage
Base implementation of ServerPagesGenerator . |
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 |
ExceptionGenerator
A generator that dumps an XML representation of the exception raised during a pipeline execution. |
class |
FileGenerator
|
class |
FragmentExtractorGenerator
The generation half of FragmentExtractor. |
class |
GarbageGenerator
|
class |
GenericProxyGenerator
This is a generic HTTP proxy, designed to handle any possible HTTP method, but with a particular bias towards WebDAV. |
class |
HSSFGenerator
This generator generates - using Apache POI - a Gnumeric compliant XML Document from a Microsoft Excel Workbook. |
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 |
IMAPGenerator
Generates an XML listing of messages from an IMAP mail server. |
class |
JellyGenerator
The JellyGenerator executes jelly scripts using the Jakarta Jelly engine as a Cocoon Generator. |
class |
JSPGenerator
Allows Servlets and JSPs to be used as a generator. |
class |
LinkStatusGenerator
|
class |
MP3DirectoryGenerator
|
class |
NekoHTMLGenerator
|
class |
ParseExceptionGenerator
Exception generator. |
class |
ProfilerGenerator
Generates an XML representation of the current status of Profiler. |
class |
RequestAttributeGenerator
The RequestAttributeGenerator is a class that reads XML from a
request attribute and generates SAX Events.
|
class |
RequestGenerator
|
class |
RequestParameterGenerator
The RequestParameterGenerator is a simple generator producing as an
output a subset of what the RequestGenerator produces. |
class |
ScriptGenerator
The Scriptgenerator executes arbitraty scripts using the BSF framework and additional interpreter (Rhino, Jython, etc.) as a Cocoon Generator. |
class |
SearchGenerator
Generates an XML representation of a search result. |
class |
ServerPagesGenerator
This class acts as a proxy to a dynamically loaded Generator
delegating actual SAX event generation.
|
class |
ServiceableGenerator
A default implementation that can be used for writing own generators. |
class |
ServletGenerator
|
class |
SessionAttributeGenerator
|
class |
StatusGenerator
|
class |
StreamGenerator
|
class |
TextGenerator
Read a plain text file and produce a valid XML file. |
class |
TraversableGenerator
Generates an XML source hierarchy listing from a Traversable Source. |
class |
TraversableSourceDescriptionGenerator
This Generator augments the output of the TraversableGenerator. |
class |
TraxGenerator
XSLT Generator: works by taking a Java Bean as an input "document" |
class |
VelocityGenerator
Cocoon Generator that produces dynamic XML SAX events
from a Velocity template file. |
class |
VirtualPipelineGenerator
|
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. 2) Allow transparent routing of web service request through GET, POST, SOAP-RPC and SOAP-DOC binding methods. 3) Allow almost full control through sitemap configuration. 4) Allow use of Cocoon components for content formatting, aggregation and styling through a tight integration with the Cocoon sitemap. 5) Require 0 (zero) lines of Java or other business logic code in most cases. 6) Be generic and flexible enough to allow custom extensions for advanced and non-typical uses. 7) Support sessions, authentication, http 1.1, https, request manipulation, redirects following, connection pooling, and others. 8) Use the Jakarta HttpClient library which provides many sophisticated features for HTTP connections. 9) (TBD) Use Axis for SOAP-RPC and SOAP-DOC bindings. |
class |
XMidiGenerator
Reads a standard MIDI file and generates SAX Events. |
class |
XPathDirectoryGenerator
|
class |
XPathTraversableGenerator
Generates an XML collection listing performing XPath queries on XML sources. |
Uses of Generator in org.apache.cocoon.generation.asciiart |
Classes in org.apache.cocoon.generation.asciiart that implement Generator | |
class |
AsciiArtSVGGenerator
A simple AsciiArt text SVG XML generator. |
Uses of Generator in org.apache.cocoon.portal.coplets.basket |
Classes in org.apache.cocoon.portal.coplets.basket that implement Generator | |
class |
BasketContentGenerator
This generator displays the content of one item. |
class |
BasketGenerator
This is a portlet that displays the contents of a basket. |
Uses of Generator in org.apache.cocoon.portal.generation |
Classes in org.apache.cocoon.portal.generation that implement Generator | |
class |
AbstractCopletGenerator
Abstract generator implementation that provides a method getCopletInstanceData(). |
class |
PortalGenerator
This generator renders the complete portal. |
Uses of Generator in org.apache.cocoon.portal.tools.copletManagement.generation |
Classes in org.apache.cocoon.portal.tools.copletManagement.generation that implement Generator | |
class |
XMLProfileGenerator
|
Uses of Generator in org.apache.cocoon.portal.tools.generation |
Classes in org.apache.cocoon.portal.tools.generation that implement Generator | |
class |
I18nCatalogueGenerator
|
Uses of Generator in org.apache.cocoon.samples |
Classes in org.apache.cocoon.samples that implement Generator | |
class |
EventAwareGenerator
This is a sample generator to demonstrate the event aware caching. |
Uses of Generator in org.apache.cocoon.sitemap |
Subinterfaces of Generator in org.apache.cocoon.sitemap | |
interface |
ContentAggregator
A content aggregator is a special generator used to implement <map:aggregate>. |
Classes in org.apache.cocoon.sitemap that implement Generator | |
class |
DefaultContentAggregator
This generator implements the sitemap content aggregation. |
class |
NotifyingGenerator
Generates an XML representation of the current notification. |
Uses of Generator in org.apache.cocoon.slop.generation |
Classes in org.apache.cocoon.slop.generation that implement Generator | |
class |
SlopGenerator
SlopGenerator: Simple Line-Oriented Parsing of text files. |
Uses of Generator in org.apache.cocoon.template |
Classes in org.apache.cocoon.template that implement Generator | |
class |
JXTemplateGenerator
|
Uses of Generator in org.apache.cocoon.webapps.authentication.generation |
Classes in org.apache.cocoon.webapps.authentication.generation that implement Generator | |
class |
ConfigurationGenerator
This is the authentication Configuration Generator. |
class |
JaasSecurityGenerator
This Generator provides a possibility to use the Authentication Framework of Cocoon against a JAAS-Realm of an Application Server. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |