feat2.config
クラス RedirectConfig

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ResponseConfigBase
          拡張feat2.config.RedirectConfig
すべての実装インタフェース:
DIComponentConfig

public class RedirectConfig
extends ResponseConfigBase
implements DIComponentConfig

リダイレクトの設定。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
RedirectConfig()
           
 
メソッドの概要
 void addInput(InputConfigBase input)
           
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 InputConfigBase getInputConfig(java.lang.String propertyName)
           
 InputConfigBase[] getInputs()
           
 java.lang.String getMethod()
           
 Response getResponseInstance()
           
 java.lang.String getUri()
           
 void setMethod(java.lang.String method)
           
 void setUri(java.lang.String uri)
           
 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
 

コンストラクタの詳細

RedirectConfig

public RedirectConfig()
メソッドの詳細

getMethod

public java.lang.String getMethod()

setMethod

public void setMethod(java.lang.String method)

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String uri)

getResponseInstance

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

addInput

public void addInput(InputConfigBase input)
定義:
インタフェース DIComponentConfig 内の addInput

getInputs

public InputConfigBase[] getInputs()
定義:
インタフェース DIComponentConfig 内の getInputs

getInputConfig

public InputConfigBase getInputConfig(java.lang.String propertyName)
定義:
インタフェース DIComponentConfig 内の getInputConfig

getElementName

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

定義:
クラス Config 内の getElementName

validate

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