Package org.apache.wiki
Interface StringTransmutator
-
- All Known Implementing Classes:
LinkCollector
public interface StringTransmutator
Defines an interface for transforming strings within a Wiki context.- Since:
- 1.6.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
mutate(Context context, java.lang.String source)
Returns a changed String, suitable for Wiki context.
-