org.seasar.cubby.tags
クラス MockJspWriter
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
org.seasar.cubby.tags.MockJspWriter
- すべての実装されたインタフェース:
- Closeable, Flushable, Appendable
public class MockJspWriter
- extends JspWriter
MockJspWriter
public MockJspWriter()
MockJspWriter
protected MockJspWriter(int bufferSize,
boolean autoFlush)
getResult
public String getResult()
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
flush
public void flush()
throws IOException
- 定義:
- インタフェース
Flushable
内の flush
- 定義:
- クラス
JspWriter
内の flush
- 例外:
IOException
getRemaining
public int getRemaining()
- 定義:
- クラス
JspWriter
内の getRemaining
newLine
public void newLine()
throws IOException
- 定義:
- クラス
JspWriter
内の newLine
- 例外:
IOException
print
public void print(boolean b)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(char c)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(int i)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(long l)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(float f)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(double d)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(char[] s)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(String s)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
print
public void print(Object obj)
throws IOException
- 定義:
- クラス
JspWriter
内の print
- 例外:
IOException
println
public void println()
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(boolean x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(char x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(int x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(long x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(float x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(double x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(char[] x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(String x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
println
public void println(Object x)
throws IOException
- 定義:
- クラス
JspWriter
内の println
- 例外:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- 定義:
- クラス
Writer
内の write
- 例外:
IOException
toString
public String toString()
- オーバーライド:
- クラス
Object
内の toString
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.