openGionopenGion
5.0.0.0

org.opengion.hayabusa.servlet.multipart
クラス MultipartParser

java.lang.Object
  上位を拡張 org.opengion.hayabusa.servlet.multipart.MultipartParser

public class MultipartParser
extends Object

ファイルアップロード時のマルチパート処理のパーサーです。

機能階層
その他機能
バージョン
4.0
作成者
Kazuhiko Hasegawa
導入されたバージョン:
JDK5.0,

コンストラクタの概要
MultipartParser(HttpServletRequest req, int maxSize)
           
 
メソッドの概要
 Part readNextPart()
           
 void setEncoding(String encoding)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MultipartParser

public MultipartParser(HttpServletRequest req,
                       int maxSize)
                throws IOException
例外:
IOException
メソッドの詳細

setEncoding

public void setEncoding(String encoding)

readNextPart

public Part readNextPart()
                  throws IOException
例外:
IOException
変更履歴:
3.5.6.2 (2004/07/05) 文字列の連結にStringBuilderを使用します。

openGion 5.0.0.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.