org.nutz.mvc.ViewMaker2 Maven / Gradle / Ivy
package org.nutz.mvc;
public interface ViewMaker2 extends ViewMaker {
/**
* 增强版的ViewMaker
*/
View make(NutConfig conf, ActionInfo ai, String type, String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy