|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.nutz.mvc.impl.processor.AbstractProcessor
org.nutz.mvc.impl.processor.AdaptorProcessor
public class AdaptorProcessor
构造方法摘要 | |
---|---|
AdaptorProcessor()
|
方法摘要 | |
---|---|
protected static HttpAdaptor |
evalHttpAdaptor(NutConfig config,
ActionInfo ai)
|
void |
init(NutConfig config,
ActionInfo ai)
建议覆盖这个方法,以便从NutConfig/ActionInfo获取需要的信息 |
void |
process(ActionContext ac)
|
从类 org.nutz.mvc.impl.processor.AbstractProcessor 继承的方法 |
---|
doNext, evalObj, setNext |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public AdaptorProcessor()
方法详细信息 |
---|
public void init(NutConfig config, ActionInfo ai) throws java.lang.Throwable
AbstractProcessor
复制的描述
Processor
中的 init
AbstractProcessor
中的 init
java.lang.Throwable
public void process(ActionContext ac) throws java.lang.Throwable
java.lang.Throwable
protected static HttpAdaptor evalHttpAdaptor(NutConfig config, ActionInfo ai)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |