核心
用途
核心插件添加了其他插件依赖的方法和 Bean
描述
此插件将 Grails 配置为在其核心使用 Spring MVC 来处理 Web 请求。该插件为控制器、标签库和 Groovy 服务器页面 (GSP) 配置了 GrailsDispatcherServlet
和必要的 Spring Bean(见下文)。
配置的 Spring Bean
-
classLoader
- 指向用于加载此 GrailsApplication 的 GroovyClassLoader 的 Bean -
classEditor
- 使用字符串数据填充类的 PropertyEditor -
customEditors
- CustomEditorConfigurer 的实例,允许classEditor
Bean 用作PropertyEditor