com.xebialabs.rest.doclet
Class JavadocWriter

java.lang.Object
  extended by com.xebialabs.commons.html.HtmlWriter
      extended by com.xebialabs.rest.doclet.JavadocWriter
Direct Known Subclasses:
OverviewWriter, RestServiceWriter

public class JavadocWriter
extends com.xebialabs.commons.html.HtmlWriter


Constructor Summary
JavadocWriter(java.io.PrintWriter writer)
           
 
Method Summary
protected  java.lang.String asReference(com.sun.javadoc.Type type)
           
protected  java.lang.String asText(com.sun.javadoc.Tag[] tags)
           
protected  java.lang.String asText(com.sun.javadoc.Type type)
           
 java.util.List<com.sun.javadoc.Type> getParameterizedTypes(com.sun.javadoc.Type type)
           
 
Methods inherited from class com.xebialabs.commons.html.HtmlWriter
anchor, body, bold, br, code, definitionList, div, element, getWriter, h1, h2, h3, h4, head, hr, html, img, italic, link, linkCss, p, row, rowHeader, span, table, td, th, title, tr, wrap, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocWriter

public JavadocWriter(java.io.PrintWriter writer)
Method Detail

asText

protected java.lang.String asText(com.sun.javadoc.Tag[] tags)

asText

protected java.lang.String asText(com.sun.javadoc.Type type)

asReference

protected java.lang.String asReference(com.sun.javadoc.Type type)

getParameterizedTypes

public java.util.List<com.sun.javadoc.Type> getParameterizedTypes(com.sun.javadoc.Type type)