org.apache.maven.doxia.book.services.renderer
public class XdocBookRenderer extends org.codehaus.plexus.logging.AbstractLogEnabled implements BookRenderer
BookRenderer
for XdocROLE
Constructor and Description |
---|
XdocBookRenderer() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getString(java.util.Locale locale,
java.lang.String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus.
|
void |
renderBook(BookContext context)
Render a book.
|
public void renderBook(BookContext context) throws BookDoxiaException
renderBook
in interface BookRenderer
context
- the BookContext.BookDoxiaException
- if the book cannot be rendered.protected java.lang.String getString(java.util.Locale locale, java.lang.String key)
locale
- the locale usedkey
- the key for the desired stringCopyright © 2005-2014. All Rights Reserved.