Package org.apache.wiki
Class LinkCollector
java.lang.Object
org.apache.wiki.LinkCollector
- All Implemented Interfaces:
StringTransmutator
public class LinkCollector extends java.lang.Object implements StringTransmutator
Just a simple class collecting all of the links that come in.
-
Constructor Summary
Constructors Constructor Description LinkCollector()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LinkCollector
public LinkCollector()
-
-
Method Details
-
getLinks
Returns a List of Strings representing links.- Returns:
- the link collection
-
mutate
Returns a changed String, suitable for Wiki context.- Specified by:
mutate
in interfaceStringTransmutator
- Parameters:
context
- WikiContext in which mutation is to be donein
- The source string.- Returns:
- The mutated string.
-