站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.scripting.groovy.GroovyObjectCustomizer (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.scripting.groovy.GroovyObjectCustomizer

Packages that use GroovyObjectCustomizer
org.springframework.scripting.groovy Package providing integration of Groovy into Spring's scripting infrastructure. 
 

Uses of GroovyObjectCustomizer in org.springframework.scripting.groovy
 

Constructors in org.springframework.scripting.groovy with parameters of type GroovyObjectCustomizer
GroovyScriptFactory(String scriptSourceLocator, GroovyObjectCustomizer groovyObjectCustomizer)
          Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.