feat2.config
クラス BeanConfig

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

public class BeanConfig
extends ActionConfigBase

Beanの設定。

作成者:
SUGIMOTO Ken-ichi

入れ子クラスの概要
 class BeanConfig.BeanAction
           
 
コンストラクタの概要
BeanConfig()
           
 
メソッドの概要
 Action getActionInstance()
           
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 Scope getScope()
           
 void setScope(Scope scope)
           
 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
 

コンストラクタの詳細

BeanConfig

public BeanConfig()
メソッドの詳細

getScope

public Scope getScope()

setScope

public void setScope(Scope scope)

getElementName

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

定義:
クラス Config 内の getElementName

getActionInstance

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

validate

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