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


フィールドの概要
 
クラス javax.servlet.jsp.JspWriter から継承されたフィールド
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER
 
クラス java.io.Writer から継承されたフィールド
lock
 
コンストラクタの概要
  MockJspWriter()
           
protected MockJspWriter(int bufferSize, boolean autoFlush)
           
 
メソッドの概要
 void clear()
           
 void clearBuffer()
           
 void close()
           
 void flush()
           
 int getRemaining()
           
 String getResult()
           
 void newLine()
           
 void print(boolean b)
           
 void print(char c)
           
 void print(char[] s)
           
 void print(double d)
           
 void print(float f)
           
 void print(int i)
           
 void print(long l)
           
 void print(Object obj)
           
 void print(String s)
           
 void println()
           
 void println(boolean x)
           
 void println(char x)
           
 void println(char[] x)
           
 void println(double x)
           
 void println(float x)
           
 void println(int x)
           
 void println(long x)
           
 void println(Object x)
           
 void println(String x)
           
 String toString()
           
 void write(char[] cbuf, int off, int len)
           
 
クラス javax.servlet.jsp.JspWriter から継承されたメソッド
getBufferSize, isAutoFlush
 
クラス java.io.Writer から継承されたメソッド
append, append, append, write, write, write, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.