Uses of Class
nablarch.fw.web.upload.PartInfo
Packages that use PartInfo
Package
Description
画面オンライン処理方式の主要APIを収めたパッケージ。
ファイルアップロード機能を提供する。
ファイルアップロードに関するユーティリティ機能を提供する。
-
Uses of PartInfo in nablarch.fw.web
Methods in nablarch.fw.web that return types with arguments of type PartInfoModifier and TypeMethodDescriptionHttpRequest.getMultipart()
本HTTPリクエストの全マルチパートを取得する。マルチパートの一部を取得する。Method parameters in nablarch.fw.web with type arguments of type PartInfoModifier and TypeMethodDescriptionvoid
HttpRequest.setMultipart
(Map<String, List<PartInfo>> multipart) マルチパートを設定する。 -
Uses of PartInfo in nablarch.fw.web.upload
Methods in nablarch.fw.web.upload that return PartInfoModifier and TypeMethodDescriptionstatic PartInfo
PartInfo.newInstance
(String name) 新しいインスタンスを取得する。
自動テスト時に使用されることを想定している。Methods in nablarch.fw.web.upload that return types with arguments of type PartInfoMethods in nablarch.fw.web.upload with parameters of type PartInfo -
Uses of PartInfo in nablarch.fw.web.upload.util
Constructors in nablarch.fw.web.upload.util with parameters of type PartInfo