org.apache.maven.doxia.module.confluence
Class ConfluenceSink

java.lang.Object
  extended byorg.apache.maven.doxia.sink.AbstractSink
      extended byorg.apache.maven.doxia.sink.SinkAdapter
          extended byorg.apache.maven.doxia.sink.AbstractTextSink
              extended byorg.apache.maven.doxia.module.confluence.ConfluenceSink
All Implemented Interfaces:
ConfluenceMarkup, LogEnabled, Markup, Sink, TextMarkup

public class ConfluenceSink
extends AbstractTextSink
implements ConfluenceMarkup

Confluence Sink implementation.
Note: The encoding used is UTF-8.

Since:
1.0
Version:
$Id: ConfluenceSink.java 763762 2009-04-09 18:19:56Z ltheussl $
Author:
Vincent Siveton

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.module.confluence.ConfluenceMarkup
ANCHOR_END_MARKUP, ANCHOR_START_MARKUP, BOLD_END_MARKUP, BOLD_START_MARKUP, FIGURE_END_MARKUP, FIGURE_START_MARKUP, ITALIC_END_MARKUP, ITALIC_START_MARKUP, LINE_BREAK_MARKUP, LINK_END_MARKUP, LINK_MIDDLE_MARKUP, LINK_START_MARKUP, LIST_ITEM_MARKUP, MONOSPACED_END_MARKUP, MONOSPACED_START_MARKUP, NUMBERING_MARKUP, TABLE_CELL_HEADER_END_MARKUP, TABLE_CELL_HEADER_START_MARKUP, TABLE_CELL_MARKUP, TABLE_ROW_MARKUP
 
Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup
PIPE
 
Fields inherited from interface org.apache.maven.doxia.markup.Markup
COLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STAR
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5
 
Constructor Summary
protected ConfluenceSink(Writer writer)
          Constructor, initialize the Writer and the variables.
 
Method Summary
 void anchor_()
          Not used.
 void anchor(String name)
          
 void anchor(String name, SinkEventAttributes attributes)
          
 void author_()
          Not used.
 void author()
          Not used.
 void author(SinkEventAttributes attributes)
          
 void body_()
          Not used.
 void body()
          Not used.
 void body(SinkEventAttributes attributes)
          
 void bold_()
          
 void bold()
          
 void close()
          
 void comment(String comment)
          Not used.
protected  void content(String text)
          Write HTML escaped text to output.
 void date_()
          Not used.
 void date()
          Not used.
 void date(SinkEventAttributes attributes)
          
 void definedTerm_()
          Not used.
 void definedTerm()
          
 void definedTerm(SinkEventAttributes attributes)
          
 void definition_()
          Not used.
 void definition()
          Not used.
 void definition(SinkEventAttributes attributes)
          Not used.
 void definitionList_()
          Not used.
 void definitionList()
          Not used.
 void definitionList(SinkEventAttributes attributes)
          Not used.
 void definitionListItem_()
          Not used.
 void definitionListItem()
          Not used.
 void definitionListItem(SinkEventAttributes attributes)
          Not used.
protected static String escapeHTML(String text)
          Forward to HtmlTools.escapeHTML( text ).
 void figure_()
          Not used.
 void figure()
          Not used.
 void figure(SinkEventAttributes attributes)
          
 void figureCaption_()
          Not used.
 void figureCaption()
          Not used.
 void figureCaption(SinkEventAttributes attributes)
          
 void figureGraphics(String name)
          
 void figureGraphics(String src, SinkEventAttributes attributes)
          
 void flush()
          
 void head_()
          
 void head()
          
 void head(SinkEventAttributes attributes)
          
 void horizontalRule()
          Not used.
 void horizontalRule(SinkEventAttributes attributes)
          
 void italic_()
          
 void italic()
          
 void lineBreak()
          
 void lineBreak(SinkEventAttributes attributes)
          
 void link_()
          
 void link(String name)
          
 void link(String name, SinkEventAttributes attributes)
          
 void list_()
          
 void list()
          
 void list(SinkEventAttributes attributes)
          
 void listItem_()
          
 void listItem()
          
 void listItem(SinkEventAttributes attributes)
          
 void monospaced_()
          
 void monospaced()
          
 void nonBreakingSpace()
          Not used.
 void numberedList_()
          
 void numberedList(int numbering)
          
 void numberedList(int numbering, SinkEventAttributes attributes)
          
 void numberedListItem_()
          
 void numberedListItem()
          
 void numberedListItem(SinkEventAttributes attributes)
          
 void pageBreak()
          Not used.
 void paragraph_()
          
 void paragraph()
          Not used.
 void paragraph(SinkEventAttributes attributes)
          
 void rawText(String text)
          Not used.
 void section_(int level)
          Not used.
 void section(int level, SinkEventAttributes attributes)
          Not used.
 void section1_()
          Not used.
 void section1()
          Not used.
 void section2_()
          Not used.
 void section2()
          Not used.
 void section3_()
          Not used.
 void section3()
          Not used.
 void section4_()
          Not used.
 void section4()
          Not used.
 void section5_()
          Not used.
 void section5()
          Not used.
 void sectionTitle_()
          Not used.
 void sectionTitle_(int level)
          
 void sectionTitle()
          Not used.
 void sectionTitle(int level, SinkEventAttributes attributes)
          
 void sectionTitle1_()
          
 void sectionTitle1()
          
 void sectionTitle2_()
          
 void sectionTitle2()
          
 void sectionTitle3_()
          
 void sectionTitle3()
          
 void sectionTitle4_()
          
 void sectionTitle4()
          
 void sectionTitle5_()
          
 void sectionTitle5()
          
 void table_()
          
 void table()
          
 void table(SinkEventAttributes attributes)
          
 void tableCaption_()
          Not used.
 void tableCaption()
          Not used.
 void tableCaption(SinkEventAttributes attributes)
          
 void tableCell_()
          
 void tableCell()
          
 void tableCell(SinkEventAttributes attributes)
          
 void tableCell(String width)
          
 void tableHeaderCell_()
          
 void tableHeaderCell()
          
 void tableHeaderCell(SinkEventAttributes attributes)
          
 void tableHeaderCell(String width)
          
 void tableRow_()
          
 void tableRow()
          
 void tableRow(SinkEventAttributes attributes)
          
 void tableRows_()
          Not used.
 void tableRows(int[] justification, boolean grid)
          Not used.
 void text(String text)
          
 void text(String text, SinkEventAttributes attributes)
          
 void title_()
          Not used.
 void title()
          Not used.
 void title(SinkEventAttributes attributes)
          
 void unknown(String name, Object[] requiredParams, SinkEventAttributes attributes)
          Not used.
 void verbatim_()
          
 void verbatim(boolean boxed)
          
 
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter
verbatim
 
Methods inherited from class org.apache.maven.doxia.sink.AbstractSink
enableLogging, getLog, unifyEOLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceSink

protected ConfluenceSink(Writer writer)
Constructor, initialize the Writer and the variables.

Parameters:
writer - not null writer to write the result. Should be an UTF-8 Writer. You could use newWriter methods from WriterFactory.
Method Detail

anchor

public void anchor(String name)

Specified by:
anchor in interface Sink

anchor

public void anchor(String name,
                   SinkEventAttributes attributes)

Specified by:
anchor in interface Sink

anchor_

public void anchor_()
Not used.

Specified by:
anchor_ in interface Sink

author

public void author()
Not used.

Specified by:
author in interface Sink

author

public void author(SinkEventAttributes attributes)

Specified by:
author in interface Sink

author_

public void author_()
Not used.

Specified by:
author_ in interface Sink

body

public void body()
Not used.

Specified by:
body in interface Sink

body

public void body(SinkEventAttributes attributes)

Specified by:
body in interface Sink

body_

public void body_()
Not used.

Specified by:
body_ in interface Sink

bold

public void bold()

Specified by:
bold in interface Sink

bold_

public void bold_()

Specified by:
bold_ in interface Sink

comment

public void comment(String comment)
Not used.

Specified by:
comment in interface Sink

close

public void close()

Specified by:
close in interface Sink

date

public void date()
Not used.

Specified by:
date in interface Sink

date

public void date(SinkEventAttributes attributes)

Specified by:
date in interface Sink

date_

public void date_()
Not used.

Specified by:
date_ in interface Sink

definedTerm

public void definedTerm()

Specified by:
definedTerm in interface Sink

definedTerm

public void definedTerm(SinkEventAttributes attributes)

Specified by:
definedTerm in interface Sink

definedTerm_

public void definedTerm_()
Not used.

Specified by:
definedTerm_ in interface Sink

definition

public void definition()
Not used.

Specified by:
definition in interface Sink

definition

public void definition(SinkEventAttributes attributes)
Not used.

Specified by:
definition in interface Sink

definition_

public void definition_()
Not used.

Specified by:
definition_ in interface Sink

definitionList

public void definitionList()
Not used.

Specified by:
definitionList in interface Sink

definitionList

public void definitionList(SinkEventAttributes attributes)
Not used.

Specified by:
definitionList in interface Sink

definitionList_

public void definitionList_()
Not used.

Specified by:
definitionList_ in interface Sink

definitionListItem

public void definitionListItem()
Not used.

Specified by:
definitionListItem in interface Sink

definitionListItem

public void definitionListItem(SinkEventAttributes attributes)
Not used.

Specified by:
definitionListItem in interface Sink

definitionListItem_

public void definitionListItem_()
Not used.

Specified by:
definitionListItem_ in interface Sink

figure

public void figure()
Not used.

Specified by:
figure in interface Sink

figure

public void figure(SinkEventAttributes attributes)

Specified by:
figure in interface Sink

figure_

public void figure_()
Not used.

Specified by:
figure_ in interface Sink

figureCaption

public void figureCaption()
Not used.

Specified by:
figureCaption in interface Sink

figureCaption

public void figureCaption(SinkEventAttributes attributes)

Specified by:
figureCaption in interface Sink

figureCaption_

public void figureCaption_()
Not used.

Specified by:
figureCaption_ in interface Sink

figureGraphics

public void figureGraphics(String name)

Specified by:
figureGraphics in interface Sink

figureGraphics

public void figureGraphics(String src,
                           SinkEventAttributes attributes)

Specified by:
figureGraphics in interface Sink

flush

public void flush()

Specified by:
flush in interface Sink

head

public void head()

Specified by:
head in interface Sink

head

public void head(SinkEventAttributes attributes)

Specified by:
head in interface Sink

head_

public void head_()

Specified by:
head_ in interface Sink

horizontalRule

public void horizontalRule()
Not used.

Specified by:
horizontalRule in interface Sink

horizontalRule

public void horizontalRule(SinkEventAttributes attributes)

Specified by:
horizontalRule in interface Sink

italic

public void italic()

Specified by:
italic in interface Sink

italic_

public void italic_()

Specified by:
italic_ in interface Sink

lineBreak

public void lineBreak()

Specified by:
lineBreak in interface Sink

lineBreak

public void lineBreak(SinkEventAttributes attributes)

Specified by:
lineBreak in interface Sink

link

public void link(String name)

Specified by:
link in interface Sink

link

public void link(String name,
                 SinkEventAttributes attributes)

Specified by:
link in interface Sink

link_

public void link_()

Specified by:
link_ in interface Sink

list

public void list()

Specified by:
list in interface Sink

list

public void list(SinkEventAttributes attributes)

Specified by:
list in interface Sink

list_

public void list_()

Specified by:
list_ in interface Sink

listItem

public void listItem()

Specified by:
listItem in interface Sink

listItem

public void listItem(SinkEventAttributes attributes)

Specified by:
listItem in interface Sink

listItem_

public void listItem_()

Specified by:
listItem_ in interface Sink

monospaced

public void monospaced()

Specified by:
monospaced in interface Sink

monospaced_

public void monospaced_()

Specified by:
monospaced_ in interface Sink

nonBreakingSpace

public void nonBreakingSpace()
Not used.

Specified by:
nonBreakingSpace in interface Sink

numberedList

public void numberedList(int numbering)

Specified by:
numberedList in interface Sink

numberedList

public void numberedList(int numbering,
                         SinkEventAttributes attributes)

Specified by:
numberedList in interface Sink

numberedList_

public void numberedList_()

Specified by:
numberedList_ in interface Sink

numberedListItem

public void numberedListItem()

Specified by:
numberedListItem in interface Sink

numberedListItem

public void numberedListItem(SinkEventAttributes attributes)

Specified by:
numberedListItem in interface Sink

numberedListItem_

public void numberedListItem_()

Specified by:
numberedListItem_ in interface Sink

pageBreak

public void pageBreak()
Not used.

Specified by:
pageBreak in interface Sink

paragraph

public void paragraph()
Not used.

Specified by:
paragraph in interface Sink

paragraph

public void paragraph(SinkEventAttributes attributes)

Specified by:
paragraph in interface Sink

paragraph_

public void paragraph_()

Specified by:
paragraph_ in interface Sink

rawText

public void rawText(String text)
Not used.

Specified by:
rawText in interface Sink

section

public void section(int level,
                    SinkEventAttributes attributes)
Not used.

Specified by:
section in interface Sink

section1

public void section1()
Not used.

Specified by:
section1 in interface Sink

section1_

public void section1_()
Not used.

Specified by:
section1_ in interface Sink

section2

public void section2()
Not used.

Specified by:
section2 in interface Sink

section2_

public void section2_()
Not used.

Specified by:
section2_ in interface Sink

section3

public void section3()
Not used.

Specified by:
section3 in interface Sink

section3_

public void section3_()
Not used.

Specified by:
section3_ in interface Sink

section4

public void section4()
Not used.

Specified by:
section4 in interface Sink

section4_

public void section4_()
Not used.

Specified by:
section4_ in interface Sink

section5

public void section5()
Not used.

Specified by:
section5 in interface Sink

section5_

public void section5_()
Not used.

Specified by:
section5_ in interface Sink

section_

public void section_(int level)
Not used.

Specified by:
section_ in interface Sink

sectionTitle

public void sectionTitle()
Not used.

Specified by:
sectionTitle in interface Sink

sectionTitle

public void sectionTitle(int level,
                         SinkEventAttributes attributes)

Specified by:
sectionTitle in interface Sink

sectionTitle1

public void sectionTitle1()

Specified by:
sectionTitle1 in interface Sink

sectionTitle1_

public void sectionTitle1_()

Specified by:
sectionTitle1_ in interface Sink

sectionTitle2

public void sectionTitle2()

Specified by:
sectionTitle2 in interface Sink

sectionTitle2_

public void sectionTitle2_()

Specified by:
sectionTitle2_ in interface Sink

sectionTitle3

public void sectionTitle3()

Specified by:
sectionTitle3 in interface Sink

sectionTitle3_

public void sectionTitle3_()

Specified by:
sectionTitle3_ in interface Sink

sectionTitle4

public void sectionTitle4()

Specified by:
sectionTitle4 in interface Sink

sectionTitle4_

public void sectionTitle4_()

Specified by:
sectionTitle4_ in interface Sink

sectionTitle5

public void sectionTitle5()

Specified by:
sectionTitle5 in interface Sink

sectionTitle5_

public void sectionTitle5_()

Specified by:
sectionTitle5_ in interface Sink

sectionTitle_

public void sectionTitle_()
Not used.

Specified by:
sectionTitle_ in interface Sink

sectionTitle_

public void sectionTitle_(int level)

Specified by:
sectionTitle_ in interface Sink

table

public void table()

Specified by:
table in interface Sink

table

public void table(SinkEventAttributes attributes)

Specified by:
table in interface Sink

table_

public void table_()

Specified by:
table_ in interface Sink

tableCaption

public void tableCaption()
Not used.

Specified by:
tableCaption in interface Sink

tableCaption

public void tableCaption(SinkEventAttributes attributes)

Specified by:
tableCaption in interface Sink

tableCaption_

public void tableCaption_()
Not used.

Specified by:
tableCaption_ in interface Sink

tableCell

public void tableCell()

Specified by:
tableCell in interface Sink

tableCell

public void tableCell(SinkEventAttributes attributes)

Specified by:
tableCell in interface Sink

tableCell

public void tableCell(String width)

Specified by:
tableCell in interface Sink

tableCell_

public void tableCell_()

Specified by:
tableCell_ in interface Sink

tableHeaderCell

public void tableHeaderCell()

Specified by:
tableHeaderCell in interface Sink

tableHeaderCell

public void tableHeaderCell(SinkEventAttributes attributes)

Specified by:
tableHeaderCell in interface Sink

tableHeaderCell

public void tableHeaderCell(String width)

Specified by:
tableHeaderCell in interface Sink

tableHeaderCell_

public void tableHeaderCell_()

Specified by:
tableHeaderCell_ in interface Sink

tableRow

public void tableRow()

Specified by:
tableRow in interface Sink

tableRow

public void tableRow(SinkEventAttributes attributes)

Specified by:
tableRow in interface Sink

tableRow_

public void tableRow_()

Specified by:
tableRow_ in interface Sink

tableRows

public void tableRows(int[] justification,
                      boolean grid)
Not used.

Specified by:
tableRows in interface Sink

tableRows_

public void tableRows_()
Not used.

Specified by:
tableRows_ in interface Sink

text

public void text(String text)

Specified by:
text in interface Sink

text

public void text(String text,
                 SinkEventAttributes attributes)

Specified by:
text in interface Sink

title

public void title()
Not used.

Specified by:
title in interface Sink

title

public void title(SinkEventAttributes attributes)

Specified by:
title in interface Sink

title_

public void title_()
Not used.

Specified by:
title_ in interface Sink

unknown

public void unknown(String name,
                    Object[] requiredParams,
                    SinkEventAttributes attributes)
Not used.

Specified by:
unknown in interface Sink

verbatim

public void verbatim(boolean boxed)

Specified by:
verbatim in interface Sink

verbatim_

public void verbatim_()

Specified by:
verbatim_ in interface Sink

content

protected void content(String text)
Write HTML escaped text to output.

Parameters:
text - The text to write.

escapeHTML

protected static String escapeHTML(String text)
Forward to HtmlTools.escapeHTML( text ).

Parameters:
text - the String to escape, may be null
Returns:
the text escaped, "" if null String input
See Also:
HtmlTools.escapeHTML(String)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.