public class ValidationContextFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
implements org.springframework.context.ApplicationContextAware, groovy.lang.GroovyObject
| Constructor and Description |
|---|
ValidationContextFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createInstance() |
Collection<ValidationContextBuilder> |
getBuilders() |
groovy.lang.MetaClass |
getMetaClass() |
Class |
getObjectType() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setBuilders(Collection<ValidationContextBuilder> builders) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic Object createInstance()
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic void setBuilders(Collection<ValidationContextBuilder> builders)
public Collection<ValidationContextBuilder> getBuilders()
Copyright © 2016 Open eHealth Foundation. All rights reserved.