openGionopenGion
5.1.3.0

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

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

public class ParamPart
extends Part

ファイルアップロード時のマルチパート処理のパラメータパート部品です。 パラメータ情報を取り扱います。

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

コンストラクタの概要
ParamPart(String name, ServletInputStream in, String boundary, String encoding)
           
 
メソッドの概要
 String getStringValue()
           
 String getStringValue(String encoding)
           
 byte[] getValue()
           
 boolean isParam()
           
 
クラス org.opengion.hayabusa.servlet.multipart.Part から継承されたメソッド
getName, isFile
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParamPart

ParamPart(String name,
          ServletInputStream in,
          String boundary,
          String encoding)
    throws IOException
例外:
IOException
メソッドの詳細

getValue

public byte[] getValue()

getStringValue

public String getStringValue()
                      throws UnsupportedEncodingException
例外:
UnsupportedEncodingException

getStringValue

public String getStringValue(String encoding)
                      throws UnsupportedEncodingException
例外:
UnsupportedEncodingException

isParam

public boolean isParam()
オーバーライド:
クラス Part 内の isParam

openGion 5.1.3.0

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