com.uwyn.rife.cmf.format
Class PlainTextFormatter
java.lang.Object
com.uwyn.rife.cmf.format.PlainTextFormatter
- All Implemented Interfaces:
- Formatter<String,String>
public class PlainTextFormatter
- extends Object
- implements Formatter<String,String>
Formats plain test Content data.
This merely executes the provided transformer on the data.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
Formatter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainTextFormatter
public PlainTextFormatter()
format
public String format(Content content,
ContentTransformer<String> transformer)
throws FormatException
- Description copied from interface:
Formatter
- Formats raw data and returns it in a
DataType that's
supported by the back-end stores.
- Specified by:
format in interface Formatter<String,String>
- Parameters:
content - a Content instance that contains the raw
data with additional information that describes the storage and
formatting of the processed datatransformer - a transformer that will be used to modify raw data
after it has been loaded; or
null if the data shouldn't be transformed
- Returns:
- the result of the formatting of the raw data
- Throws:
FormatException
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.