Class |
Description |
AbstractGrailsView
|
A view applied to a Grails application that ensures an appropriate web request is bound |
CompositeViewResolver
|
Performs the job of iterating across registered view resolvers and returning the first matching view similar to the
hard coded behavior in DispatcherServlet |
GrailsLayoutViewResolver
|
|
GroovyPageView
|
A Spring View that renders Groovy Server Pages to the response. |
GroovyPageViewResolver
|
Evaluates the existance of a view for different extensions choosing which one to delegate to. |
NullView
|
A view that does nothing. |
SitemeshLayoutViewResolver
|
|