|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.web.rendering.ScriptBody
public class ScriptBody
A body implementation for scripts.
Constructor Summary | |
---|---|
ScriptBody(Script script)
Constructor. |
Method Summary | |
---|---|
void |
write(java.io.OutputStream os,
java.nio.charset.Charset charset,
Context context,
TextProcessor processor)
Write the body to an OutputStream . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptBody(Script script)
script
- The script to invoke.Method Detail |
---|
public void write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
OutputStream
.
write
in interface Body
os
- The stream to which the body will be written.charset
- The character set for the output stream.context
- The template context.processor
- A text processor for generating markup, etc.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |