Uses of Interface
org.springframework.beandoc.output.Transformer

Packages that use Transformer
org.springframework.beandoc.output The output package holds classes used to actually generate beandoc documentation (usually HTML) and where appropriate, .dot files that the graphing engine will use to draw the graphs. 
 

Uses of Transformer in org.springframework.beandoc.output
 

Classes in org.springframework.beandoc.output that implement Transformer
 class ConsolidatedTransformer
          Generates a consolidated Document from the array of individual Document objects and allows subclasses to transform this instead.
 class CsvTransformer
          From the example in the Reference Docs.
 class DotFileTransformer
          Generates graphs from the context files, firstly transforming the XML to an intermediate .dot file that GraphViz uses to generate the actual images.
 class EchoTransformer
          Transformer that simply echoes the XML representation of the decorated DOM.
 class XslTransformer
          Base implementation of the Transformer interface that uses XSLT (via TRaX) in order to generate output files.
 



Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.