jp.terasoluna.fw.ex.web.struts.action
インタフェース FlowInvokeActionMappingExtendPropertyHolder

既知の実装クラスの一覧:
FlowInvokeActionMapping

public interface FlowInvokeActionMappingExtendPropertyHolder

共通画面フロー起動アクション用のActionMappingクラスが実装すべきインタフェース。

このインタフェースでは、以下のプロパティのsetter/getterを定義している。
・destinationFlow

共通画面フロー起動アクション用のActionMappingには、通常、FlowInvokeActionMappingクラスを利用する。
ただし、その他のActionMapping拡張クラスも併用したい場合、二重継承はできないため、FlowInvokeActionMappingクラスが利用できない。
そのような場合には、利用したいActionMapping拡張クラスにこのインタフェースを実装するか、 あるいは、利用したいActionMapping拡張クラスを継承し、さらに、このインタフェースを実装することで、 共通画面フロー起動アクション用のActionMappingクラスを作成することができる。

関連項目:
FlowInvokeActionMapping

メソッドの概要
 String getDestinationFlow()
          destinationFlow要素(遷移先の共通画面フロー名)を取得する。
 void setDestinationFlow(String destinationFlow)
          destinationFlow要素(遷移先の共通画面フロー名)を設定する。
 

メソッドの詳細

getDestinationFlow

String getDestinationFlow()
destinationFlow要素(遷移先の共通画面フロー名)を取得する。

戻り値:
destinationFlow 遷移先の共通画面フロー名

setDestinationFlow

void setDestinationFlow(String destinationFlow)
destinationFlow要素(遷移先の共通画面フロー名)を設定する。

パラメータ:
destinationFlow - 遷移先の共通画面フロー名


Copyright © 2012. All Rights Reserved.