クラス MockParameterMap
java.lang.ObjectSE
org.springframework.webflow.core.collection.LocalParameterMap
org.springframework.webflow.test.MockParameterMap
- 実装されたすべてのインターフェース:
SerializableSE
、MapAdaptable<StringSE,
、ObjectSE> ParameterMap
パラメーターの変更を可能にするパラメーターマップの拡張。テスト用のスタブとして役立ちます。
- 作成者:
- Keith Donald
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.webflow.core.collection.LocalParameterMap から継承されたメソッド
asAttributeMap, asMap, contains, equals, get, get, get, get, getArray, getArray, getBoolean, getBoolean, getInteger, getInteger, getLong, getLong, getMapInternal, getMultipartFile, getNumber, getNumber, getRequired, getRequired, getRequiredArray, getRequiredArray, getRequiredBoolean, getRequiredInteger, getRequiredLong, getRequiredMultipartFile, getRequiredNumber, hashCode, initParameters, isEmpty, size, toString
コンストラクターの詳細
MockParameterMap
public MockParameterMap()最初は空の新しいパラメーターマップを作成します。
メソッドの詳細
put
このマップに新しいパラメーターを追加します。- パラメーター:
parameterName
- パラメーター名parameterValue
- パラメーター値- 戻り値:
- これは呼び出し連鎖をサポートするためである
put
このマップに新しい複数値パラメーターを追加します。- パラメーター:
parameterName
- パラメーター名parameterValues
- パラメーター値- 戻り値:
- これは呼び出し連鎖をサポートするためである
put
public MockParameterMap put(StringSE parameterName, org.springframework.web.multipart.MultipartFile parameterValues) このマップに新しいマルチパートファイルパラメーターを追加します。- パラメーター:
parameterName
- パラメーター名parameterValues
- パラメーター値- 戻り値:
- これは呼び出し連鎖をサポートするためである
put
public MockParameterMap put(StringSE parameterName, ListSE<org.springframework.web.multipart.MultipartFile> parameterValues) このマップに新しい複数値のマルチパートファイルパラメーターを追加します。- パラメーター:
parameterName
- パラメーター名parameterValues
- パラメーター値- 戻り値:
- これは呼び出し連鎖をサポートするためである