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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(ReportFactory factory) Notify this object it has beem added to a ReportFactory.voidunregister(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, waitMethods inherited from interface org.faceless.publisher.ext.ReportFactoryExtension
configure, load, register, unregister
-
Constructor Details
-
XMLStylesheetExtension
public XMLStylesheetExtension()
-
-
Method Details
-
unregister
Description copied from interface:ReportFactoryExtensionNotify 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:
unregisterin interfaceReportFactoryExtension
-
register
Description copied from interface:ReportFactoryExtensionNotify 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:
registerin interfaceReportFactoryExtension
-