Interface LinkProcessor
-
@Deprecated public interface LinkProcessor
Deprecated.since 5.5.2Allows you to do additional processing on a Paragraph that contains a link.- Since:
- 5.0.6 (renamed)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
process(Paragraph current, ChainedProperties attrs)
Deprecated.Does additional processing on a link paragraph
-
-
-
Method Detail
-
process
boolean process(Paragraph current, ChainedProperties attrs)
Deprecated.Does additional processing on a link paragraph- Parameters:
current
- the Paragraph that has the linkattrs
- the attributes- Returns:
- false if the Paragraph no longer needs processing
-
-