org.nutz.mvc.impl
类 NutLoading

java.lang.Object
  继承者 org.nutz.mvc.impl.NutLoading
所有已实现的接口:
Loading

public class NutLoading
extends java.lang.Object
implements Loading


字段摘要
 
从接口 org.nutz.mvc.Loading 继承的字段
CONTEXT_NAME
 
构造方法摘要
NutLoading()
           
 
方法摘要
 void depose(NutConfig config)
           
 UrlMapping load(NutConfig config)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NutLoading

public NutLoading()
方法详细信息

load

public UrlMapping load(NutConfig config)
指定者:
接口 Loading 中的 load

depose

public void depose(NutConfig config)
指定者:
接口 Loading 中的 depose