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
 String mutate(WikiContext context, String source)
          Returns a changed String, suitable for Wiki context.
 

Method Detail

mutate

String mutate(WikiContext context,
              String source)
Returns a changed String, suitable for Wiki context.

Parameters:
context - WikiContext in which mutation is to be done
source - The source string.
Returns:
The mutated string.


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.