| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.ServiceableGenerator org.apache.cocoon.generation.FragmentExtractorGenerator
FragmentExtractorGenerator | public class FragmentExtractorGenerator extends ServiceableGenerator implements CacheableProcessingComponent(Code) | | 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. 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.
author: Paul Russell version: CVS $Id: FragmentExtractorGenerator.java 433543 2006-08-22 06:22:54Z crossley $ |
getKey | public Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
The generated key hashes the src |
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
The generated validity object or null if thecomponent is currently not cacheable. |
Fields inherited from org.apache.cocoon.generation.ServiceableGenerator | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.generation.ServiceableGenerator | public void dispose()(Code)(Java Doc) public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|