com.ecyrd.jspwiki
Class LinkCollector

java.lang.Object
  extended by com.ecyrd.jspwiki.LinkCollector
All Implemented Interfaces:
StringTransmutator

public class LinkCollector
extends Object
implements StringTransmutator

Just a simple class collecting all of the links that come in.

Author:
Janne Jalkanen

Constructor Summary
LinkCollector()
           
 
Method Summary
 Collection getLinks()
           
 String mutate(WikiContext context, String in)
          Returns a changed String, suitable for Wiki context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkCollector

public LinkCollector()
Method Detail

getLinks

public Collection getLinks()

mutate

public String mutate(WikiContext context,
                     String in)
Description copied from interface: StringTransmutator
Returns a changed String, suitable for Wiki context.

Specified by:
mutate in interface StringTransmutator