net.arnx.jsonic.web
クラス S2Container

java.lang.Object
  上位を拡張 net.arnx.jsonic.web.Container
      上位を拡張 net.arnx.jsonic.web.S2Container

public class S2Container
extends Container


フィールドの概要
 
クラス net.arnx.jsonic.web.Container から継承されたフィールド
debug
 
コンストラクタの概要
S2Container()
           
 
メソッドの概要
 void debug(String message)
           
 void error(String message, Throwable e)
           
<T> T
getComponent(Class<? extends T> c)
           
 boolean isDebugMode()
           
 
クラス net.arnx.jsonic.web.Container から継承されたメソッド
destory, findMethod, init, limit
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

S2Container

public S2Container()
メソッドの詳細

getComponent

public <T> T getComponent(Class<? extends T> c)
               throws Exception
オーバーライド:
クラス Container 内の getComponent
例外:
Exception

isDebugMode

public boolean isDebugMode()
オーバーライド:
クラス Container 内の isDebugMode

debug

public void debug(String message)
オーバーライド:
クラス Container 内の debug

error

public void error(String message,
                  Throwable e)
オーバーライド:
クラス Container 内の error