|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Decorator | |
---|---|
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 Decorator in org.springframework.beandoc.output |
---|
Classes in org.springframework.beandoc.output that implement Decorator | |
---|---|
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. |
class |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |