Uses of Class
nablarch.fw.web.upload.PartInfo
Packages that use PartInfo
Package
Description
NablarchのActionハンドラをJAX-RSのリソースクラスとして呼び出す事ができる機能を提供する。
画面オンライン処理方式の主要APIを収めたパッケージ。
ファイルアップロード機能を提供する。
ファイルアップロードに関するユーティリティ機能を提供する。
-
Uses of PartInfo in nablarch.fw.jaxrs
Methods in nablarch.fw.jaxrs that return types with arguments of type PartInfoMethod parameters in nablarch.fw.jaxrs with type arguments of type PartInfoModifier and TypeMethodDescriptionvoid
JaxRsHttpRequest.setMultipart
(Map<String, List<PartInfo>> multipart) -
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