org.nutz.mvc.impl
类 NutActionChain

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

public class NutActionChain
extends java.lang.Object
implements ActionChain


构造方法摘要
NutActionChain(java.util.List<Processor> list, Processor errorProcessor)
           
 
方法摘要
 void doChain(ActionContext ac)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NutActionChain

public NutActionChain(java.util.List<Processor> list,
                      Processor errorProcessor)
方法详细信息

doChain

public void doChain(ActionContext ac)
指定者:
接口 ActionChain 中的 doChain