|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocRenderer
Base renderer interface for the document
Field Summary | |
---|---|
static java.lang.String |
ROLE
|
Method Summary | |
---|---|
java.lang.String |
getOutputExtension()
Get the output extension supported |
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory)
Render all files from a site directory to an output directory |
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
Render a document depending a context and a document descriptor |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
void render(java.io.File siteDirectory, java.io.File outputDirectory) throws DocRendererException, java.io.IOException
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where files are generated
DocRendererException
- if any
java.io.IOException
- if anyvoid render(java.io.File siteDirectory, java.io.File outputDirectory, java.io.File documentDescriptor) throws DocRendererException, java.io.IOException
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where file are generateddocumentDescriptor
- the document descriptor
DocRendererException
- if any
java.io.IOException
- if anyjava.lang.String getOutputExtension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |