| Class | Description |
|---|---|
| AppResourceLoader | A place for file resource related functionality which may required an application context or logged-in user. |
| ConfigKeyAppResourceLoader | ConfigKeyAppResourceLoader provides ability to load resources from a directory configured as app resource location. |
| GrailsWebEnvironment | based on the RenderEnvironment in grails-rendering and private class in grails-mail All this does is bind a mock request and mock response is one doesn't exist deals with setting the WrappedResponseHolder.wrappedResponse as well |
| LoaderUrlBasedViewResolver | Uses Springs ViewResolver design concepts. |
| SandboxResourceLoader | FileSystemResourceLoader capable of understanding a base paths to search in for security see grails PluginPathAwareFileSystemResourceLoader CURRENTLY NOT USED |
| ViewResourceLocator | Extended because the handy methods we want in DefaultGroovyPageLocator are protected. |
| ViewResourceLocator.FileSystemContextResource | FileSystemResource that explicitly expresses a context-relative path through implementing the ContextResource interface. |
| ViewResourceLocator.PluginViewPathInfo | |
| ViewResourceLocator.ViewContextResource | a simple resource that build from a URI and adds the base path the resource used to find it |