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

net.n2oapp.framework.mvc.callback.jsp.ModelAndViewResolver Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
package net.n2oapp.framework.mvc.callback.jsp;

import javax.servlet.http.HttpServletRequest;
import java.util.Map;

/**
 * @author iryabov
 * @since 24.03.2016
 */
@FunctionalInterface
public interface ModelAndViewResolver {
    ModelAndView resolve(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy