feat2.config
クラス ForwardConfig

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ResponseConfigBase
          拡張feat2.config.ForwardConfig

public class ForwardConfig
extends ResponseConfigBase

委譲の設定。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
ForwardConfig()
           
 
メソッドの概要
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 java.lang.String getPath()
           
 Response getResponseInstance()
           
 void setPath(java.lang.String path)
           
 boolean validate(FeatErrors errs)
           
 
クラス feat2.config.ResponseConfigBase から継承したメソッド
getName, setName
 
クラス feat2.config.Config から継承したメソッド
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ForwardConfig

public ForwardConfig()
メソッドの詳細

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getResponseInstance

public Response getResponseInstance()
定義:
クラス ResponseConfigBase 内の getResponseInstance

getElementName

public java.lang.String getElementName()
クラス Config の記述:
設定ファイルの要素名を返す。

定義:
クラス Config 内の getElementName

validate

public boolean validate(FeatErrors errs)
オーバーライド:
クラス ResponseConfigBase 内の validate