|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DocumentRenderer instead.
public interface DocRenderer
Base renderer interface for the document
| Field Summary | |
|---|---|
static String |
ROLE
Deprecated. Plexus lookup. |
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
void render(File siteDirectory,
File outputDirectory)
throws DocumentRendererException,
IOException
siteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where files are generated
DocumentRendererException - if any
IOException - if any
void 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 descriptor
DocumentRendererException - if any
IOException - if anyString getOutputExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||