|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for transformations. The 'configurable' version can be configured with an integer, so the transformer can work in a limited number of ways. This is to avoid a wild growth of class, because you can influence the behaviour a bit by such a setting.
| Method Summary | |
void |
configure(int to)
If a transformer can handle more then one destination format, it can be configured with this. |
String |
getEncoding()
Returns the encoding that is currently active |
Map |
transformers()
Returns which transformations can be done by an object of this class. |
| Methods inherited from interface org.mmbase.util.transformers.Transformer |
toString |
| Method Detail |
public void configure(int to)
to can be null.
public Map transformers()
public String getEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||