Interface | Description |
---|---|
RichTextTransformer | |
URIResolver |
Resolver for link uris put by the inline editor in rich text fields.
|
Class | Description |
---|---|
AbstractEnhancementHandler |
This interface is for component that wants to be in the docbook pipeline.
|
AbstractEnhancementTransformer |
This abstract cocoon transformer have its content and lexical handler configurable
|
AbstractRichTextTransformer |
Abstract class for
RichTextTransformer s relying on Cocoon pipelines to actually transform HTML to RichText back and forth. |
AttachmentURIResolver |
URIResolver for type "attachment".These links point to a file from the attachments of the current Content. |
ConsistencyChecker |
Consistency checker component.
|
ContentURIResolver |
URIResolver for a Content. |
DOMGenerator |
Generator to sax a DOM document.
|
EnhancementHandlersExtensionPoint |
This extension point handle the handlers component you want to reference for the DocbookEnhancementExtensionPoint
|
HierarchizeTransformer |
Transformer "hierarchying" flat docbook input
|
ImageResolverHelper |
Class providing helper methods to resolve images.
|
InputStreamGenerator |
Generator which uses an InputStream from parent context. |
LocalURIResolver |
URIResolver for resources local to a Content. |
LocalURIResolver.URIInfo |
Helper class containg all infos parsed from URI.
|
MetadataURIResolver |
URIResolver for type "metadata".These links or images point to a file from the metadata of the current Content. |
ProcessingInstructionTransformer |
This transformer removes internal processing instructions
|
ResourceURIResolver |
URIResolver for type "explorer". |
URIResolverExtensionPoint |
Extension point for
URIResolver s. |
XhtmlGenerator |
Generator which uses a string from parent context
and SAX it. |
Enum | Description |
---|---|
ConsistencyChecker.CHECK |
The state of the check
|