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

org.nutz.plugins.dict.chain.SelectProcessor Maven / Gradle / Ivy

There is a newer version: 1.r.69.v20220215
Show newest version
package org.nutz.plugins.dict.chain;

import java.util.Map;

/**
 * select处理接口
 * @author 邓华锋 http://dhf.ink
 *
 */
public interface SelectProcessor {
	void process(String value,String text);
	void put(String key);
	void putGlobalDict(Map globalDictVal);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy