Interface | Description |
---|---|
ResourceHandler |
Interface used to handle resources
|
Class | Description |
---|---|
AbstractResourceHandler |
Abstract resource handler that supports the "suffixes" configuration
|
ActionResultGenerator |
This generator generates an ActionResult tag surrounding parameters.
Useful for pipeline that needs no generator. |
CSVSerializer |
Serializer CSV
|
DefaultResourceHandler |
Default resource handler
|
FOPNGSerializer |
FOP 0.95 (and newer) based serializer.
|
FOPNGSerializer.ReleaseSourceInputStream |
An InputStream which releases the Cocoon/Avalon source from which the
InputStream has been retrieved when the stream is closed.
|
I18nTextResourceHandler |
This class generates a translated version of an input file.
|
I18nTransformer |
This class extends the classic I18nTransormer by automatically filling it with plugins catalogues.
|
ImageResourceHandler |
Resource handler for images
|
InputModulesExtensionPoint |
InputModuleSelector extending the Cocoon one, implemented as an ExtensionPoint
|
JSonReader |
Serialize as json
|
ResourceHandlerExtensionPoint |
Extension point for resources handler
|
ResourceReader |
Default resource reader, that handle different resources type using the ResourcesExtensionPoint.
|
RuntimeFileGenerator |
File generator but where the source resolver is the runtime one.
|
RuntimeResourceReader |
Resource reader but where the source resolver is the runtime one.
|
SetRequestAttributesAction |
Set request attributes given by map parameters
|
SourceFactoriesExtensionPoint |
SourceFactorySelector extending the Cocoon one, implemented as an ExtensionPoint
|
XHTMLFragmentSerializer |
Inherits from cocoon's serializers block XMLSerializer.
|
XHTMLSerializer |
Inherits from cocoon's serializers block XHTMLSerializer.
|
XHTMLSerializerExtensionPoint |
This extension point allows to configure the xhtml serializer by adding new plugins
|
XMLResourceBundle |
This implementation of
Bundle interface for XML resources allows to be invalidated. |
XMLResourceBundleFactory |
This XMLResourceBundleFactory creates a
Bundle for XML resources which can be invalidated |
ZipArchiveNGSerializer |
ZIP archive serializer that makes use of apache commons compress ZipArchiveOutputStream instead of JavaSE's ZipOutputStream.
|