Package nablarch.fw.web.upload
Class PartInfoHolder
パート情報
同名のキーに複数のパートを保持することができる。
PartInfo
を一時的に集約し保持するMapクラス。同名のキーに複数のパートを保持することができる。
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.core.util.map.MapWrapper
clear, containsKey, containsValue, entrySet, equals, get, getDelegateMapOfType, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.util.AbstractMap
clone
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
PartInfoHolder
public PartInfoHolder()コンストラクタ。
-
-
Method Details
-
addPart
パート情報を追加する。
キーには、そのパート情報が保持する名称を使用する。- Parameters:
part
- パート情報
-
getDelegateMap
このラッパーが処理を委譲するMap
オブジェクトを返す。- Specified by:
getDelegateMap
in classMapWrapper<String,
List<PartInfo>> - Returns:
- 処理を委譲するMapオブジェクト
-