fr.opensagres.xdocreport.document.discovery
Class HTMLTextStylingTransformerDiscovery

java.lang.Object
  extended by fr.opensagres.xdocreport.document.discovery.HTMLTextStylingTransformerDiscovery
All Implemented Interfaces:
IBaseDiscovery, ITextStylingTransformerDiscovery

public class HTMLTextStylingTransformerDiscovery
extends Object
implements ITextStylingTransformerDiscovery

Discovery to register HTML Text styling transformer HTMLTextStylingTransformer.


Constructor Summary
HTMLTextStylingTransformerDiscovery()
           
 
Method Summary
 String getDescription()
          Returns the description of the discovery.
 String getId()
          Returns the id of the discovery.
 ITextStylingTransformer getTransformer()
          Returns the text styling transformer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTextStylingTransformerDiscovery

public HTMLTextStylingTransformerDiscovery()
Method Detail

getId

public String getId()
Description copied from interface: IBaseDiscovery
Returns the id of the discovery.

Specified by:
getId in interface IBaseDiscovery
Returns:

getTransformer

public ITextStylingTransformer getTransformer()
Description copied from interface: ITextStylingTransformerDiscovery
Returns the text styling transformer.

Specified by:
getTransformer in interface ITextStylingTransformerDiscovery
Returns:

getDescription

public String getDescription()
Description copied from interface: IBaseDiscovery
Returns the description of the discovery.

Specified by:
getDescription in interface IBaseDiscovery
Returns:


Copyright © 2013. All rights reserved.