Package org.faceless.publisher.ext
Class XmlStylesheetExtension
java.lang.Object
org.faceless.publisher.ext.XmlStylesheetExtension
- All Implemented Interfaces:
ReportFactoryExtension
A ReportFactoryExtension that will process any <?xml-stylesheet?> processing
instructions preceding the XML in the input source. One of these extensions
is added to every ReportFactory by default, and is currently required for normal operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(ReportFactory factory) Notify this object it has beem added to a ReportFactory.void
unregister
(ReportFactory factory) Notify this object it has been removed from a ReportFactory.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, unregister
-
Constructor Details
-
XmlStylesheetExtension
public XmlStylesheetExtension()
-
-
Method Details
-
unregister
Description copied from interface:ReportFactoryExtension
Notify this object it has been removed from a ReportFactory. Will be called when this object is removed from the list returned byReportFactory.getReportFactoryExtensions()
. The default implementation is a no-op.- Specified by:
unregister
in interfaceReportFactoryExtension
-
register
Description copied from interface:ReportFactoryExtension
Notify this object it has beem added to a ReportFactory. Will be called when this object is added to the list returned byReportFactory.getReportFactoryExtensions()
. The default implementation is a no-op.- Specified by:
register
in interfaceReportFactoryExtension
-