|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurableTransformer
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<String,Config> |
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 |
|---|
void configure(int to)
to can be null.
Map<String,Config> transformers()
String getEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||