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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.faceless.publisher.ext.ReportFactoryExtension
configure, load, register, register, unregister, unregister
-
Constructor Details
-
LinkProcessingInstructionExtension
public LinkProcessingInstructionExtension()
-