Package org.faceless.publisher.ext
Class LinkProcessingInstructionExtension
java.lang.Object
org.faceless.publisher.ext.LinkProcessingInstructionExtension
- All Implemented Interfaces:
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()
-