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,
クラス 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
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.