org.apache.maven.doxia.siterenderer.sink
Class SiteRendererSink

java.lang.Object
  extended byorg.apache.maven.doxia.sink.SinkAdapter
      extended byorg.apache.maven.doxia.module.xhtml.AbstractXhtmlSink
          extended byorg.apache.maven.doxia.module.xhtml.XhtmlSink
              extended byorg.apache.maven.doxia.siterenderer.sink.SiteRendererSink
All Implemented Interfaces:
org.apache.maven.doxia.sink.Sink

public class SiteRendererSink
extends org.apache.maven.doxia.module.xhtml.XhtmlSink

Version:
$Id: SiteRendererSink.java 348612 2005-11-24 01:54:19Z brett $
Author:
Nested Class Summary
 
Nested classes inherited from class org.apache.maven.doxia.sink.Sink
 
Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE
 
Constructor Summary
SiteRendererSink(java.io.StringWriter writer, org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext renderingContext)
           
 
Method Summary
 void author_()
           
 void body_()
           
 void body()
           
 void date_()
           
 java.util.List getAuthors()
           
 java.lang.String getBody()
           
 java.lang.String getDate()
           
 java.lang.String getTitle()
           
 void head_()
           
 void head()
           
 void title_()
           
 void title()
           
 
Methods inherited from class org.apache.maven.doxia.module.xhtml.XhtmlSink
anchor_, anchor, bold_, bold, close, content, definedTerm_, definedTerm, definition_, definition, definitionList_, definitionList, directive, directiveValue, encodeFragment, encodeURL, escapeHTML, figure_, figure, figureCaption_, figureCaption, figureGraphics, flush, getBuffer, horizontalRule, italic_, italic, lineBreak, link_, link, link, list_, list, listItem_, listItem, monospaced_, monospaced, nonBreakingSpace, numberedList_, numberedList, numberedListItem_, numberedListItem, paragraph_, paragraph, rawText, resetBuffer, resetState, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, setHeadFlag, table_, table, tableCaption_, tableCaption, tableCell_, tableCell_, tableCell, tableCell, tableCell, tableCell, tableHeaderCell_, tableHeaderCell, tableHeaderCell, tableRow_, tableRow, tableRows_, tableRows, text, verbatim_, verbatim, verbatimContent, write
 
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter
author, date, definitionListItem_, definitionListItem, pageBreak, sectionTitle_, sectionTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.doxia.sink.Sink
 

Constructor Detail

SiteRendererSink

public SiteRendererSink(java.io.StringWriter writer,
                        org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext renderingContext)
Method Detail

title_

public void title_()
See Also:
XhtmlSink.title_()

title

public void title()
See Also:
XhtmlSink.title()

getTitle

public java.lang.String getTitle()

author_

public void author_()
See Also:
XhtmlSink.author_()

getAuthors

public java.util.List getAuthors()

date_

public void date_()
See Also:
XhtmlSink.date_()

getDate

public java.lang.String getDate()

body_

public void body_()
See Also:
XhtmlSink.body_()

body

public void body()
See Also:
XhtmlSink.body()

getBody

public java.lang.String getBody()

head_

public void head_()
See Also:
XhtmlSink.head_()

head

public void head()
See Also:
XhtmlSink.head()


Copyright 2005 null. All Rights Reserved.