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

org.nutz.plugins.view.ViewResolver Maven / Gradle / Ivy

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

import java.util.Map;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * 视图接口
 * @author denghuafeng([email protected])
 *
 */
public interface ViewResolver {

	void render(HttpServletRequest req, HttpServletResponse resp,
			String evalPath, Map sharedVars) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy