jp.terasoluna.fw.ex.web.struts.action
クラス FlowInvokeActionMapping

java.lang.Object
  上位を拡張 org.apache.struts.config.ActionConfig
      上位を拡張 org.apache.struts.action.ActionMapping
          上位を拡張 jp.terasoluna.fw.web.struts.action.ActionMappingEx
              上位を拡張 jp.terasoluna.fw.ex.web.struts.action.FlowInvokeActionMapping
すべての実装されたインタフェース:
Serializable, FlowInvokeActionMappingExtendPropertyHolder

public class FlowInvokeActionMapping
extends jp.terasoluna.fw.web.struts.action.ActionMappingEx
implements FlowInvokeActionMappingExtendPropertyHolder

共通画面フロー起動アクション専用のActionMappingクラス。

TERASOLUNA FWのActionMappingExを拡張し、遷移先の共通画面フロー名を表すプロパティを追加している。

もし、TERASOLUNA FWのActionMappingEx以外のクラス(ActionMappingExの拡張クラス)を併用したい場合は、 そのクラスにFlowInvokeActionMappingExtendPropertyHolderインタフェースを実装するか、 そのクラスのサブクラスにFlowInvokeActionMappingExtendPropertyHolderインタフェースを実装して使用する。

関連項目:
FlowInvokeActionMappingExtendPropertyHolder, 直列化された形式

フィールドの概要
 
クラス org.apache.struts.config.ActionConfig から継承されたフィールド
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
コンストラクタの概要
FlowInvokeActionMapping()
           
 
メソッドの概要
 String getDestinationFlow()
          destinationFlow要素(遷移先の共通画面フロー名)を取得する。
 void setDestinationFlow(String destinationFlow)
          destinationFlow要素(遷移先の共通画面フロー名)を設定する。
 
クラス jp.terasoluna.fw.web.struts.action.ActionMappingEx から継承されたメソッド
getCancelPopulate, getClearForm, setCancelPopulate, setClearForm
 
クラス org.apache.struts.action.ActionMapping から継承されたメソッド
findForward, findForwards, getInputForward
 
クラス org.apache.struts.config.ActionConfig から継承されたメソッド
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

FlowInvokeActionMapping

public FlowInvokeActionMapping()
メソッドの詳細

getDestinationFlow

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

定義:
インタフェース FlowInvokeActionMappingExtendPropertyHolder 内の getDestinationFlow
戻り値:
destinationFlow 遷移先の共通画面フロー名

setDestinationFlow

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

定義:
インタフェース FlowInvokeActionMappingExtendPropertyHolder 内の setDestinationFlow
パラメータ:
destinationFlow - 遷移先の共通画面フロー名


Copyright © 2012. All Rights Reserved.