|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.nutz.mvc.impl.processor.AbstractProcessor
org.nutz.mvc.impl.processor.EncodingProcessor
public class EncodingProcessor
| 构造方法摘要 | |
|---|---|
EncodingProcessor()
|
|
| 方法摘要 | |
|---|---|
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 EncodingProcessor()
| 方法详细信息 |
|---|
public void init(NutConfig config,
ActionInfo ai)
throws java.lang.Throwable
AbstractProcessor 复制的描述
Processor 中的 initAbstractProcessor 中的 initjava.lang.Throwable
public void process(ActionContext ac)
throws java.lang.Throwable
java.lang.Throwable
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||