org.apache.velocity.tools.view.jsp.jspimpl
Class VelocityBodyContent
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
javax.servlet.jsp.tagext.BodyContent
org.apache.velocity.tools.view.jsp.jspimpl.VelocityBodyContent
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class VelocityBodyContent
- extends BodyContent
Publishes a block inside a Velocity directive as a BodyContent.
|
Constructor Summary |
VelocityBodyContent(JspWriter jspWriter,
org.apache.velocity.runtime.parser.node.ASTBlock block,
org.apache.velocity.context.InternalContextAdapter context)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityBodyContent
public VelocityBodyContent(JspWriter jspWriter,
org.apache.velocity.runtime.parser.node.ASTBlock block,
org.apache.velocity.context.InternalContextAdapter context)
- Constructor.
- Parameters:
jspWriter - The JSP writer to be used by default.block - The block to wrap.context - The directive context.
getReader
public Reader getReader()
- Specified by:
getReader in class BodyContent
getString
public String getString()
- Specified by:
getString in class BodyContent
writeOut
public void writeOut(Writer out)
throws IOException
- Specified by:
writeOut in class BodyContent
- Throws:
IOException
newLine
public void newLine()
throws IOException
- Specified by:
newLine in class JspWriter
- Throws:
IOException
print
public void print(boolean b)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(char c)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(int i)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(long l)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(float f)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(double d)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(char[] s)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(String s)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
print
public void print(Object obj)
throws IOException
- Specified by:
print in class JspWriter
- Throws:
IOException
println
public void println()
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(boolean x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(char x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(int x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(long x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(float x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(double x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(char[] x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(String x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
println
public void println(Object x)
throws IOException
- Specified by:
println in class JspWriter
- Throws:
IOException
clear
public void clear()
throws IOException
- Specified by:
clear in class JspWriter
- Throws:
IOException
clearBuffer
public void clearBuffer()
throws IOException
- Specified by:
clearBuffer in class JspWriter
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in class JspWriter
- Throws:
IOException
getRemaining
public int getRemaining()
- Specified by:
getRemaining in class JspWriter
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Specified by:
write in class Writer
- Throws:
IOException
Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.