net.arnx.jsonic.web
クラス Container

java.lang.Object
  上位を拡張 net.arnx.jsonic.web.Container
直系の既知のサブクラス:
S2Container

public class Container
extends Object


フィールドの概要
 Boolean debug
           
 
コンストラクタの概要
Container()
           
 
メソッドの概要
 void debug(String message)
           
 void destory()
           
 void error(String message, Throwable e)
           
 Method findMethod(Object target, String name, List<Object> args)
           
<T> T
getComponent(Class<? extends T> c)
           
 void init(javax.servlet.ServletContext context)
           
 boolean isDebugMode()
           
protected  boolean limit(Class<?> c, Method method)
           
 
クラス 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()