Uses of Class
org.springframework.beandoc.output.SimpleDecorator

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

Subclasses of SimpleDecorator in org.springframework.beandoc.output
 class CsvDecorator
          From the example in the Reference Docs.
 class GraphVizDecorator
          GraphVizDecorator is a configurable Decorator implementation that adds attributes to the DOM used by DotFileTransformer in generating input files for GraphViz.
 class HtmlDecorator
          HtmlDecorator decorates the DOM's with attributes used predominantly in the generation of HTML documentation.
 class JavaDocDecorator
          Decorator implementation that adds JavaDoc href's to beans based on their classes.
 



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