This interface defines the API that has to be implemented by classes that
are capable of transforming content data after it's initially loaded.
The content attributes are provided to the
ContentTransformer.transform(Object data,Map attributes) transform method and can be used
to provide hints for the transformation.
Each transformer is supposed to transform content data of a certain data
type and return the transformed content in the same data type. You should
be careful that this data type corresponds to the data type that's returned
by the
com.uwyn.rife.cmf.format.Formatter.format format method of
the
com.uwyn.rife.cmf.format.Formatter formatter that handles the
content's mime type.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |