org.codehaus.groovy.grails.plugins.support.aware
Class ClassLoaderAwareBeanPostProcessor
java.lang.Object
org.codehaus.groovy.grails.plugins.support.BeanPostProcessorAdapter
org.codehaus.groovy.grails.plugins.support.aware.ClassLoaderAwareBeanPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor
public class ClassLoaderAwareBeanPostProcessor
- extends BeanPostProcessorAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderAwareBeanPostProcessor
public ClassLoaderAwareBeanPostProcessor(ClassLoader classLoader)
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessBeforeInitialization
in interface BeanPostProcessor
- Overrides:
postProcessBeforeInitialization
in class BeanPostProcessorAdapter
- Returns:
- The specified bean
- Throws:
BeansException
- See Also:
BeanPostProcessor.postProcessBeforeInitialization(Object, String)
Copyright (c) 2005-2006 The Grails project