feat2.config
クラス ResponseConfigBase

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ResponseConfigBase
直系の既知のサブクラス:
DataConfig, FileConfig, ForwardConfig, PageConfig, RedirectConfig

public abstract class ResponseConfigBase
extends Config

レスポンスの設定の基本クラス。

作成者:
SUGIMOTO Ken-ichi

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

コンストラクタの詳細

ResponseConfigBase

public ResponseConfigBase()
メソッドの詳細

getName

public Identifier getName()
クラス Config の記述:
設定ノードのインスタンスの名前を返す。

定義:
クラス Config 内の getName
戻り値:
名前が無い場合はnullを返す

setName

public void setName(Identifier name)

getResponseInstance

public abstract Response getResponseInstance()

validate

public boolean validate(FeatErrors errs)
定義:
クラス Config 内の validate