Package org.faceless.publisher.ext
Class HtmlAutoDirExtension
java.lang.Object
org.faceless.publisher.ext.HtmlAutoDirExtension
- All Implemented Interfaces:
ReportFactoryExtension
A ReportFactoryExtension which is required to support the
dir="auto"
attribute when parsing HTML, this
extension will convert those to "left" or "right" based on the content of the element.-
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
-
HtmlAutoDirExtension
public HtmlAutoDirExtension()
-