Interface LinkProcessor


@Deprecated public interface LinkProcessor
Deprecated.
since 5.5.2
Allows you to do additional processing on a Paragraph that contains a link.
Since:
5.0.6 (renamed)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Does additional processing on a link paragraph
  • Method Details

    • process

      boolean process(Paragraph current, ChainedProperties attrs)
      Deprecated.
      Does additional processing on a link paragraph
      Parameters:
      current - the Paragraph that has the link
      attrs - the attributes
      Returns:
      false if the Paragraph no longer needs processing