public class AbstractConventionModelAndViewResolver extends Object implements org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Constructor and Description |
---|
AbstractConventionModelAndViewResolver() |
Modifier and Type | Method and Description |
---|---|
protected String |
getViewPath(org.springframework.web.context.request.NativeWebRequest webRequest,
String requestUri,
String viewName) |
protected boolean |
isConventionProcessed(org.springframework.web.context.request.NativeWebRequest webRequest) |
protected boolean |
isNotProcessable(org.springframework.web.context.request.NativeWebRequest webRequest,
String viewName) |
org.springframework.web.servlet.ModelAndView |
resolveModelAndView(Method handlerMethod,
Class handlerType,
Object returnValue,
org.springframework.ui.ExtendedModelMap implicitModel,
org.springframework.web.context.request.NativeWebRequest webRequest) |
void |
setUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper) |
public AbstractConventionModelAndViewResolver()
public void setUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper)
public org.springframework.web.servlet.ModelAndView resolveModelAndView(Method handlerMethod, Class handlerType, Object returnValue, org.springframework.ui.ExtendedModelMap implicitModel, org.springframework.web.context.request.NativeWebRequest webRequest)
resolveModelAndView
in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
protected String getViewPath(org.springframework.web.context.request.NativeWebRequest webRequest, String requestUri, String viewName)
protected boolean isNotProcessable(org.springframework.web.context.request.NativeWebRequest webRequest, String viewName)
protected boolean isConventionProcessed(org.springframework.web.context.request.NativeWebRequest webRequest)
Copyright © 2006–2018 TinyGroup. All rights reserved.