|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WriterRenderer
Renders to a writer.
| Method Summary | |
|---|---|
boolean |
render(java.io.Writer out,
java.util.Map<java.lang.String,java.lang.Object> environment,
Context context,
java.lang.String profile,
java.util.Locale locale,
java.io.File outputDir)
Renders to a writer. |
| Method Detail |
|---|
boolean render(java.io.Writer out,
java.util.Map<java.lang.String,java.lang.Object> environment,
Context context,
java.lang.String profile,
java.util.Locale locale,
java.io.File outputDir)
throws RenderingException
out - Output writer.environment - Environment.context - Contextprofile - Rendering "profile", e.g. "outline", "embedded". Can be null.locale - Locale. If null then the system default locale is used.outputDir - Directory to output additional files, can be null.
RenderingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||