DocumentRenderer instead.@Deprecated public interface DocRenderer
document| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
Deprecated.
Plexus lookup.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputExtension()
Deprecated.
Get the output extension supported
|
void |
render(File siteDirectory,
File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
render(File siteDirectory,
File outputDirectory,
File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
static final String ROLE
void render(File siteDirectory, File outputDirectory) throws DocumentRendererException, IOException
siteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where files are generatedDocumentRendererException - if anyIOException - if anyvoid render(File siteDirectory, File outputDirectory, File documentDescriptor) throws DocumentRendererException, IOException
siteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where file are generateddocumentDescriptor - the document descriptorDocumentRendererException - if anyIOException - if anyString getOutputExtension()
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.