|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextContentTransformer
This interface defines the API that has to be implemented by classes that
are capable of transforming text content data
after it's initially loaded.
The content attributes are provided to the transform method and can be used
to provide hints for the transformation.
ContentTransformer| Method Summary | |
|---|---|
String |
transform(String data,
Map<String,String> attributes)
Transforms the text content data and returns
the transformed data as text. |
| Method Detail |
|---|
String transform(String data,
Map<String,String> attributes)
throws ContentManagerException
text content data and returns
the transformed data as text.
transform in interface ContentTransformer<String>data - the text that has to be transformedattributes - a map of content attributes that can be used to
provide hints or parameters for the transformation
ContentManagerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||