直列化された形式


パッケージ org.apache.commons.fileupload

クラス org.apache.commons.fileupload.DefaultFileItemObject を拡張し、Serializable を実装しています

直列化されたフィールド

fieldName

String fieldName
ブラウザによって付加されたフォームフィールド名。
The name of the form field as provided by the browser.


contentType

String contentType
ブラウザによって付加されたコンテントタイプ。 定義されていない場合には null 。
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
このアイテムが単純なフォームフィールドかどうか。
Whether or not this item is a simple form field.


fileName

String fileName
ユーザのファイルシステム上でのオリジナルのファイル名。
The original filename in the user's filesystem.


sizeThreshold

int sizeThreshold
アップロードファイルをディスク上に保持するかどうかの閾値。
The threshold above which uploads will be stored on disk.


repository

File repository
ディスク上に保持する場合にアップロードファイルが保存されるディレクトリ。
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
キャッシュされたファイルの内容。
Cached contents of the file.


dfos

DeferredFileOutputStream dfos
このアイテムの出力ストリーム。
Output stream for this item.

クラス org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeExceptionFileUploadException を拡張し、Serializable を実装しています

クラス org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededExceptionFileUploadException を拡張し、Serializable を実装しています

クラス org.apache.commons.fileupload.FileUploadBase.UnknownSizeExceptionFileUploadException を拡張し、Serializable を実装しています

クラス org.apache.commons.fileupload.FileUploadExceptionException を拡張し、Serializable を実装しています

クラス org.apache.commons.fileupload.MultipartStream.IllegalBoundaryExceptionIOException を拡張し、Serializable を実装しています

クラス org.apache.commons.fileupload.MultipartStream.MalformedStreamExceptionIOException を拡張し、Serializable を実装しています



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation