Class LinkCollector

java.lang.Object
org.apache.wiki.LinkCollector
All Implemented Interfaces:
StringTransmutator

public class LinkCollector
extends Object
implements StringTransmutator
Just a simple class collecting all of the links that come in.
  • Constructor Details

  • Method Details

    • getLinks

      public List<String> getLinks()
      Returns a List of Strings representing links.
      Returns:
      the link collection
    • mutate

      public String mutate​(Context context, String in)
      Returns a changed String, suitable for Wiki context.
      Specified by:
      mutate in interface StringTransmutator
      Parameters:
      context - WikiContext in which mutation is to be done
      in - The source string.
      Returns:
      The mutated string.