Package org.pegdown

Class LinkRenderer

java.lang.Object
org.pegdown.LinkRenderer

public class LinkRenderer extends Object
A LinkRenderer is responsible for turning an AST node representing a link into a LinkRenderer.Rendering instance, which hold the actual properties of the link as it is going to be rendered. If you'd like to apply custom logic to link rendering (e.g. for selectively adding "nofollow" attributes) you should derive a custom LinkRenderer from this class and override the respective methods.