Uses of Package
org.springframework.beandoc.output

Packages that use org.springframework.beandoc.output
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. 
 

Classes in org.springframework.beandoc.output used by org.springframework.beandoc.output
Decorator
          Decorator implementations have the opportunity to modify the DOM trees built by a Processor instance.
DocumentCompiler
          DocumentCompiler implementations do the work of plugging the various output documents from the transformation stage together.
InvalidTransformerException
           
SimpleDecorator
          Abstract implementation of the Decorator interface which simply iterates each Element in each Document and calls the protected decorateElement method that subclasses will implement.
Transformer
          Transformer implementations do the work of generating output based on the decorated Documents passed to them.
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.