org.apache.maven.doxia.book.services.renderer

Class XdocBookRenderer

public class XdocBookRenderer extends 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

UNKNOWN: role-hint="xdoc"

Method Summary
protected StringgetString(String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus.
voidrenderBook(BookContext context)

Method Detail

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

renderBook

public void renderBook(BookContext context)
{@inheritDoc }
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.