org.jboss.maven.plugins.jdocbook.gen.format
Class PdfFormatHandler

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler
      extended by org.jboss.maven.plugins.jdocbook.gen.format.PdfFormatHandler
All Implemented Interfaces:
FormatHandler

public class PdfFormatHandler
extends BasicFormatHandler

Special handling for pdf rendering

Author:
Steve Ebersole

Field Summary
 
Fields inherited from class org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler
DTD_LOADING_FEATURE, DTD_VALIDATION_FEATURE, factory, formatting
 
Constructor Summary
PdfFormatHandler(FormatHandlerFactory factory, Formatting formatting)
           
 
Method Summary
protected  javax.xml.transform.Result buildResult(java.io.File targetFile)
           
protected  void releaseResult(javax.xml.transform.Result transformationResult)
           
 
Methods inherited from class org.jboss.maven.plugins.jdocbook.gen.format.BasicFormatHandler
attachOutput, buildTransformer, createParserFactory, getLog, prepareDirectory, render, resolveTransformationStylesheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfFormatHandler

public PdfFormatHandler(FormatHandlerFactory factory,
                        Formatting formatting)
Method Detail

buildResult

protected javax.xml.transform.Result buildResult(java.io.File targetFile)
                                          throws RenderingException
Overrides:
buildResult in class BasicFormatHandler
Throws:
RenderingException

releaseResult

protected void releaseResult(javax.xml.transform.Result transformationResult)
Overrides:
releaseResult in class BasicFormatHandler


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.