Class LinkProcessingInstructionExtension

java.lang.Object
org.faceless.publisher.ext.LinkProcessingInstructionExtension
All Implemented Interfaces:
ReportFactoryExtension

public class LinkProcessingInstructionExtension extends Object implements ReportFactoryExtension
A ReportFactoryExtension that will process any <?link?> processing instructions preceding the XML in the input source, and convert them to the equivalent of a HTML <link> element. An instance of this is added to every ReportFactory by default; it is required for parsing of mail messages and the "Link" HTTP header, but can be removed if required.
  • Constructor Details

    • LinkProcessingInstructionExtension

      public LinkProcessingInstructionExtension()