org.apache.maven.doxia.book.services.renderer
Class XdocBookRenderer
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.doxia.book.services.renderer.XdocBookRenderer
- All Implemented Interfaces:
- BookRenderer, org.codehaus.plexus.logging.LogEnabled
public class XdocBookRenderer
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements BookRenderer
An implementation of BookRenderer
for Xdoc
- Version:
- $Id: XdocBookRenderer.java 572956 2007-09-05 14:22:50Z ltheussl $
- Author:
- Trygve Laugstøl, Vincent Siveton
Fields inherited from interface org.apache.maven.doxia.book.services.renderer.BookRenderer |
ROLE |
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 |
XdocBookRenderer
public XdocBookRenderer()
renderBook
public void renderBook(BookContext context)
throws BookDoxiaException
- Render a book.
- Specified by:
renderBook
in interface BookRenderer
- Parameters:
context
- the BookContext.
- Throws:
BookDoxiaException
- if the book cannot be rendered.
getString
protected String getString(String key)
- Gets a trimmed String for the given key from the resource bundle defined by Plexus.
- Parameters:
key
- the key for the desired string
- Returns:
- the string for the given key
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.