feat2.config
クラス FetchConfig

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

public class FetchConfig
extends ActionConfigBase

フェッチコンポーネントの設定

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
FetchConfig()
           
 
メソッドの概要
 Action getActionInstance()
           
 long getCache()
           
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 void setCache(long cache)
           
 boolean validate(FeatErrors errs)
           
 
クラス feat2.config.ActionConfigBase から継承したメソッド
addInput, addValidation, getActionClass, getClassName, getErrorResponse, getInputConfig, getInputs, getName, getPropertyNameId, getValidationConfig, getValidations, setClassName, setErrorResponse, setName
 
クラス feat2.config.Config から継承したメソッド
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FetchConfig

public FetchConfig()
メソッドの詳細

getCache

public long getCache()

setCache

public void setCache(long cache)

getElementName

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

定義:
クラス Config 内の getElementName

getActionInstance

public Action getActionInstance()
定義:
クラス ActionConfigBase 内の getActionInstance

validate

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