org.apache.maven.doxia.siterenderer.sink

Class SiteRendererSink

public class SiteRendererSink extends XhtmlSink implements Sink

Version: $Id:SiteRendererSink.java 348612 2005-11-24 12:54:19 +1100 (Thu, 24 Nov 2005) brett $

Author: Constructor Summary SiteRendererSink(RenderingContext renderingContext)

Method Summary
voidauthor_()
voidbody()
voidbody_()
voiddate_()
ListgetAuthors()
StringgetBody()
StringgetDate()
StringgetTitle()
voidhead()
voidhead_()
voidtitle()
voidtitle_()

Constructor Detail

SiteRendererSink

public SiteRendererSink(RenderingContext renderingContext)

Method Detail

author_

public void author_()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#author_()

body

public void body()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#body()

body_

public void body_()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#body_()

date_

public void date_()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#date_()

getAuthors

public List getAuthors()

getBody

public String getBody()

getDate

public String getDate()

getTitle

public String getTitle()

head

public void head()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#head()

head_

public void head_()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#head_()

title

public void title()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#title()

title_

public void title_()

See Also: org.apache.maven.doxia.module.xhtml.XhtmlSink#title_()

Copyright © {inceptionYear}-2008 null. All Rights Reserved.