Class Summary |
AbstractContentTransformer2 |
Provides basic services for ContentTransformer implementations. |
AbstractContentTransformerLimits |
Provides transformation limits for ContentTransformer implementations. |
ComplexContentTransformer |
Transformer that passes a document through several nested transformations in order to accomplish its goal. |
ContentTransformerHelper |
A class providing basic functionality shared by both ContentTransformers and ContentTransformerWorkers. |
ContentTransformerRegistry |
Holds and provides the most appropriate content transformer for a particular source and target mimetype transformation request. |
FailoverContentTransformer |
This class is a transformer which contains a fixed sequence of delegate transformers. |
ProxyContentTransformer |
Makes use of a ContentTransformerWorker to perform conversions. |
RuntimeExecutableContentTransformerWorker |
This configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line. |
TransformerDebug |
Debugs transformers selection and activity. |
TransformerLog |
Implementation of a org.apache.commons.logging.Log that logs messages to a structure accessible via TransformerConfigMBean.getTransformationLog(int). |