|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfeat2.config.Config
feat2.config.FeatureRootConfig
フィーチャー設定ファイルのルート。
コンストラクタの概要 | |
FeatureRootConfig()
|
メソッドの概要 | |
void |
addCommand(CommandConfig command)
|
void |
addException(ExceptionConfig exception)
|
void |
addIntercept(InterceptConfig intercept)
|
void |
addResources(Resources resources)
|
void |
addResponse(ResponseConfigBase response)
forward, redirect, page, data, beanxmlはここに追加。 |
CommandConfig |
getCommandConfig(java.lang.String commandName)
|
java.lang.Boolean |
getCreateSession()
|
java.lang.String |
getElementName()
設定ファイルの要素名を返す。 |
java.lang.String |
getEncoding()
|
ExceptionConfig |
getException(java.lang.Class exclass)
指定の例外クラスをキャッチできる例外処理の設定オブジェクトを返す。 |
InterceptConfig[] |
getInterceptConfigs()
|
Identifier |
getName()
設定ノードのインスタンスの名前を返す。 |
JavaIdentifier |
getPackageName()
|
Resources |
getResources()
|
ResponseConfigBase |
getResponseConfig(java.lang.String name)
|
java.lang.String |
getStringResource(java.lang.String resourceName,
java.util.Locale locale)
|
void |
setCreateSession(java.lang.Boolean createSesssion)
|
void |
setEncoding(java.lang.String encoding)
|
void |
setName(Identifier name)
|
void |
setPackageName(JavaIdentifier packageName)
|
boolean |
validate(FeatErrors errs)
|
クラス feat2.config.Config から継承したメソッド |
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public FeatureRootConfig()
メソッドの詳細 |
public java.lang.Boolean getCreateSession()
public void setCreateSession(java.lang.Boolean createSesssion)
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
public Identifier getName()
Config
の記述:
Config
内の getName
public void setName(Identifier name)
public JavaIdentifier getPackageName()
public void setPackageName(JavaIdentifier packageName)
public void addCommand(CommandConfig command)
public CommandConfig getCommandConfig(java.lang.String commandName)
public void addResponse(ResponseConfigBase response)
public ResponseConfigBase getResponseConfig(java.lang.String name)
public void addException(ExceptionConfig exception)
public ExceptionConfig getException(java.lang.Class exclass)
exclass
-
public void addIntercept(InterceptConfig intercept)
public InterceptConfig[] getInterceptConfigs()
public void addResources(Resources resources)
public java.lang.String getStringResource(java.lang.String resourceName, java.util.Locale locale)
public Resources getResources()
public java.lang.String getElementName()
Config
の記述:
Config
内の getElementName
public boolean validate(FeatErrors errs)
Config
内の validate
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |