All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nutz.mvc.ActionChainMaker Maven / Gradle / Ivy

package org.nutz.mvc;

/**
 * 处理器的工厂类
 * 

* 根据给定的 ProcessorConfig 对象,生成一个处理器链表的头节点 * * @author zozoh([email protected]) */ public interface ActionChainMaker { /** * 根据配置信息,生成一个动作链 * * @param config * 应用配置信息对象 * @param ai * 入口函数配置信息 * @return 动作链 */ ActionChain eval(NutConfig config, ActionInfo ai); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy