@groovy.transform.CompileStatic class CompositeViewResolver extends java.lang.Object
Performs the job of iterating across registered view resolvers and returning the first matching view similar to the hard coded behavior in DispatcherServlet
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
BEAN_NAME |
Type | Name and description |
---|---|
java.util.List<ViewResolver> |
viewResolvers |
Constructor and description |
---|
CompositeViewResolver
() |
Type Params | Return Type | Name and description |
---|---|---|
|
org.springframework.web.servlet.View |
resolveView(java.lang.String viewName, java.util.Locale locale) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation