org.seasar.cubby.tags
クラス MockBodyContent
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
javax.servlet.jsp.tagext.BodyContent
org.seasar.cubby.tags.MockBodyContent
- すべての実装されたインタフェース:
- Closeable, Flushable, Appendable
public class MockBodyContent
- extends BodyContent
MockBodyContent
public MockBodyContent(JspWriter writer)
getOutputAsString
public String getOutputAsString()
toString
public String toString()
- オーバーライド:
- クラス
Object
内の toString
getReader
public Reader getReader()
- 定義:
- クラス
BodyContent
内の getReader
getString
public String getString()
- 定義:
- クラス
BodyContent
内の getString
writeOut
public void writeOut(Writer writer)
throws IOException
- 定義:
- クラス
BodyContent
内の writeOut
- 例外:
IOException
clearBody
public void clearBody()
- オーバーライド:
- クラス
BodyContent
内の clearBody
newLine
public void newLine()
throws IOException
- 定義:
- クラス
JspWriter
内の newLine
- 例外:
IOException
print
public void print(boolean arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(char arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(int arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(long arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(float arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(double arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(char[] arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(String arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(Object arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
println
public void println()
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(boolean arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(char arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(int arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(long arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(float arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(double arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(char[] arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(String arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(Object arg0)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
clear
public void clear()
throws IOException
- 定義:
- クラス
JspWriter
内の clear
- 例外:
IOException
clearBuffer
public void clearBuffer()
throws IOException
- 定義:
- クラス
JspWriter
内の clearBuffer
- 例外:
IOException
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- 定義:
- クラス
JspWriter
内の close
- 例外:
IOException
getRemaining
public int getRemaining()
- 定義:
- クラス
JspWriter
内の getRemaining
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- 定義:
- クラス
Writer
内の write
- 例外:
IOException
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.