org.nutz.mvc
接口 ActionChain

所有已知实现类:
NutActionChain

public interface ActionChain

Mvc 处理器接口

这个接口的实现必须保证线程安全,即,不能在自己存储私有属性

作者:
zozoh(zozohtnt@gmail.com), Wendal(wendal1985@gmail.com)

方法摘要
 void doChain(ActionContext ac)
           
 

方法详细信息

doChain

void doChain(ActionContext ac)