- Introduction
-
Sitemap
- Sitemap Evaluation
- Writing your own components
- Concepts
- Reference
-
Sitemap Components
- Action
-
Generator
- CalendarGenerator
- CSVGenerator
- CSVGeneratorBean
- DefaultContentAggregator
- DirectoryGenerator
- ExceptionGenerator
- FileGenerator
- FileGeneratorBean
- FragmentExtractorGenerator
- ImageDirectoryGenerator
- LinkStatusGenerator
- MP3DirectoryGenerator
- NotifyingGenerator
- PauseGenerator
- PauseGeneratorBean
- RequestGenerator
- ServletServiceGenerator
- SessionAttributeGenerator
- StatusGenerator
- StreamGenerator
- TraversableGenerator
- XPathDirectoryGenerator
- XPathTraversableGenerator
- Matcher
- Pipe
- Reader
- Selector
- Serializer
- Transformer
- Control Flow
- Modularization (Blocks)
- Configuration & Initialization
- Project Reports
FragmentExtractorGenerator
Summary
The generation half of FragmentExtractor (see also FragmentExtractorTransformer).
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. The main use for this is to extract inline SVG images and serve them up through a separate pipeline, usually serializing them to PNG or JPEG format first.
This is by no means complete yet, but it should prove useful, particularly for offline generation.
Basic information
| Component type | Generator |
|---|---|
| Cocoon block | core |
| Java class | org.apache.cocoon.generation.FragmentExtractorGenerator |
| Name in Sitemap | |
| Cacheable | Yes - Yes |
Documentation
No documentation available yet.


