|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.doxia.book.services.renderer.AbstractITextBookRenderer
public abstract class AbstractITextBookRenderer
Base class for iText renderer.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.book.services.renderer.BookRenderer |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractITextBookRenderer()
|
|
| Method Summary | |
|---|---|
abstract String |
getOutputExtension()
Get the output extension supported. |
void |
renderBook(BookContext context)
Render a book. |
abstract void |
renderXML(File iTextFile,
File iTextOutput)
Generate an ouput file with the iText framework. |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractITextBookRenderer()
| Method Detail |
|---|
public void renderBook(BookContext context)
throws BookDoxiaException
renderBook in interface BookRenderercontext - the BookContext.
BookDoxiaException - if the book cannot be rendered.public abstract String getOutputExtension()
public abstract void renderXML(File iTextFile,
File iTextOutput)
throws IOException
iTextFile - the input file.iTextOutput - the output file.
IOException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||