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


フィールドの概要
 
クラス javax.servlet.jsp.JspWriter から継承されたフィールド
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER
 
クラス java.io.Writer から継承されたフィールド
lock
 
コンストラクタの概要
MockBodyContent(JspWriter writer)
           
 
メソッドの概要
 void clear()
           
 void clearBody()
           
 void clearBuffer()
           
 void close()
           
 String getOutputAsString()
           
 Reader getReader()
           
 int getRemaining()
           
 String getString()
           
 void newLine()
           
 void print(boolean arg0)
           
 void print(char arg0)
           
 void print(char[] arg0)
           
 void print(double arg0)
           
 void print(float arg0)
           
 void print(int arg0)
           
 void print(long arg0)
           
 void print(Object arg0)
           
 void print(String arg0)
           
 void println()
           
 void println(boolean arg0)
           
 void println(char arg0)
           
 void println(char[] arg0)
           
 void println(double arg0)
           
 void println(float arg0)
           
 void println(int arg0)
           
 void println(long arg0)
           
 void println(Object arg0)
           
 void println(String arg0)
           
 String toString()
           
 void write(char[] cbuf, int off, int len)
           
 void writeOut(Writer writer)
           
 
クラス javax.servlet.jsp.tagext.BodyContent から継承されたメソッド
flush, getEnclosingWriter
 
クラス 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
 

コンストラクタの詳細

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.