net.arnx.jsonic.web
クラス Container
java.lang.Object
net.arnx.jsonic.web.Container
- 直系の既知のサブクラス:
- S2Container
public class Container
- extends Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public Boolean debug
Container
public Container()
init
public void init(javax.servlet.ServletContext context)
isDebugMode
public boolean isDebugMode()
getComponent
public <T> T getComponent(Class<? extends T> c)
throws Exception
- 例外:
Exception
findMethod
public Method findMethod(Object target,
String name,
List<Object> args)
throws NoSuchMethodException
- 例外:
NoSuchMethodException
limit
protected boolean limit(Class<?> c,
Method method)
debug
public void debug(String message)
error
public void error(String message,
Throwable e)
destory
public void destory()