net.arnx.jsonic.web
クラス S2Container
java.lang.Object
net.arnx.jsonic.web.Container
net.arnx.jsonic.web.S2Container
public class S2Container
- extends Container
クラス 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