jp.co.melco.preserv.mog
クラス mdmDefaultActionMapping

java.lang.Object
  拡張org.apache.struts.config.ActionConfig
      拡張org.apache.struts.action.ActionMapping
          拡張jp.co.melco.preserv.mog.mdmDefaultActionMapping
すべての実装インタフェース:
mdmActionMapping, mdmObject, java.io.Serializable

public class mdmDefaultActionMapping
extends org.apache.struts.action.ActionMapping
implements mdmActionMapping, mdmObject

MDM用アクションマッピングクラスです。

作成者:
PreSerV Development Team
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.config.ActionConfig から継承したフィールド
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
コンストラクタの概要
mdmDefaultActionMapping()
           
 
メソッドの概要
 java.lang.String getMdmPropPath()
          MDMプロパティファイルパスを取得します。
 java.lang.String getVersion()
          本クラスのバージョンを取得します。
 void setMdmPropPath(java.lang.String path)
          MDMプロパティファイルパスを設定します。
 
クラス org.apache.struts.action.ActionMapping から継承したメソッド
findForward, findForwards, getInputForward
 
クラス org.apache.struts.config.ActionConfig から継承したメソッド
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, 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
 

コンストラクタの詳細

mdmDefaultActionMapping

public mdmDefaultActionMapping()
メソッドの詳細

getMdmPropPath

public java.lang.String getMdmPropPath()
MDMプロパティファイルパスを取得します。

定義:
インタフェース mdmActionMapping 内の getMdmPropPath
戻り値:
MDMプロパティファイルパス

setMdmPropPath

public void setMdmPropPath(java.lang.String path)
MDMプロパティファイルパスを設定します。

定義:
インタフェース mdmActionMapping 内の setMdmPropPath
パラメータ:
path - MDMプロパティファイルパス

getVersion

public java.lang.String getVersion()
本クラスのバージョンを取得します。

定義:
インタフェース mdmObject 内の getVersion
戻り値:
本クラスのバージョン
関連項目:
mdmObject.getVersion()