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

com.yuweix.kuafu.core.exception.ExceptionViewResolver Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.core.exception;


import org.springframework.web.servlet.ModelAndView;


/**
 * 视图解析器
 * @author yuwei
 */
public interface ExceptionViewResolver {
	ModelAndView createView(String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy