org.seasar.framework.mock.portlet
クラス MockPortletOutputStreamImpl

java.lang.Object
  拡張java.io.OutputStream
      拡張javax.servlet.ServletOutputStream
          拡張org.seasar.framework.mock.portlet.MockPortletOutputStream
              拡張org.seasar.framework.mock.portlet.MockPortletOutputStreamImpl

public class MockPortletOutputStreamImpl
extends MockPortletOutputStream

作成者:
shot

コンストラクタの概要
MockPortletOutputStreamImpl(PrintWriter writer)
           
 
メソッドの概要
 PrintWriter getPrintWriter()
           
 void setPrintWriter(PrintWriter writer)
           
 String toString()
           
 void write(int b)
           
 
クラス javax.servlet.ServletOutputStream から継承したメソッド
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
クラス java.io.OutputStream から継承したメソッド
close, flush, write, write
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MockPortletOutputStreamImpl

public MockPortletOutputStreamImpl(PrintWriter writer)
メソッドの詳細

getPrintWriter

public PrintWriter getPrintWriter()
定義:
クラス MockPortletOutputStream 内の getPrintWriter

setPrintWriter

public void setPrintWriter(PrintWriter writer)
定義:
クラス MockPortletOutputStream 内の setPrintWriter

write

public void write(int b)
           throws IOException
例外:
IOException

toString

public String toString()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.