| com.uwyn.rife.cmf.format.Formatter
Formatter | public interface Formatter (Code) | | Formats raw data according to the information that's provided by a
com.uwyn.rife.cmf.Content Content instance. The raw data will be
loaded, optionally transformed and eventually returned.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
Method Summary | |
public DataType | format(Content content, ContentTransformer<InternalType> transformer) Formats raw data and returns it in a DataType that's
supported by the back-end stores. |
format | public DataType format(Content content, ContentTransformer<InternalType> transformer) throws FormatException(Code) | | Formats raw data and returns it in a DataType that's
supported by the back-end stores.
Parameters: content - a Content instance that contains the rawdata with additional information that describes the storage andformatting of the processed data Parameters: transformer - a transformer that will be used to modify raw dataafter it has been loaded; ornull if the data shouldn't be transformed the result of the formatting of the raw data since: 1.0
|
|
|