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
-
Method Details
-
mutate
Returns a changed String, suitable for Wiki context.- Parameters:
context
- WikiContext in which mutation is to be donesource
- The source string.- Returns:
- The mutated string.
-