jp.terasoluna.fw.web.struts.action
クラス ExceptionConfigEx

java.lang.Object
  上位を拡張 org.apache.struts.config.ExceptionConfig
      上位を拡張 jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
すべての実装されたインタフェース:
Serializable

public class ExceptionConfigEx
extends org.apache.struts.config.ExceptionConfig

システム例外のマッピング情報クラス.

ExceptionConfigを継承し、モジュール名とログレベルの フィールドを追加する。

関連項目:
ExceptionConfig, SystemExceptionHandler, 直列化された形式

フィールドの概要
 
クラス org.apache.struts.config.ExceptionConfig から継承されたフィールド
bundle, configured, handler, key, path, scope, type
 
コンストラクタの概要
ExceptionConfigEx()
           
 
メソッドの概要
 String getLogLevel()
          ログレベルを取得する.
 String getModule()
          モジュール名を取得する.
 void setLogLevel(String logLevel)
          ログレベルを設定する.
 void setModule(String module)
          モジュール名を設定する.
 
クラス org.apache.struts.config.ExceptionConfig から継承されたメソッド
freeze, getBundle, getHandler, getKey, getPath, getScope, getType, setBundle, setHandler, setKey, setPath, setScope, setType, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExceptionConfigEx

public ExceptionConfigEx()
メソッドの詳細

getModule

public String getModule()
モジュール名を取得する.

戻り値:
モジュール名

setModule

public void setModule(String module)
モジュール名を設定する.

パラメータ:
module - モジュール名

getLogLevel

public String getLogLevel()
ログレベルを取得する.

戻り値:
logLevel ログレベル

setLogLevel

public void setLogLevel(String logLevel)
ログレベルを設定する.

パラメータ:
logLevel - 設定するログレベル


Copyright © 2012. All Rights Reserved.