net.sf.snamespaces.extensions
Class SimpleCustomEditorConfigurer
java.lang.Object
net.sf.snamespaces.extensions.SimpleCustomEditorConfigurer
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
public class SimpleCustomEditorConfigurer
- extends java.lang.Object
- implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.core.Ordered
TODO make doc
- Since:
- 1.0
- Version:
- 1.00, 13/09/2007
- Author:
- Jonhnny Weslley
Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_EDITOR_BEAN_NAME_PREFIX
public static final java.lang.String PROPERTY_EDITOR_BEAN_NAME_PREFIX
- See Also:
- Constant Field Values
PROPERTY_EDITOR_REGISTRAR_BEAN_NAME_PREFIX
public static final java.lang.String PROPERTY_EDITOR_REGISTRAR_BEAN_NAME_PREFIX
- See Also:
- Constant Field Values
SimpleCustomEditorConfigurer
public SimpleCustomEditorConfigurer()
setOrder
public void setOrder(int order)
getOrder
public int getOrder()
- Specified by:
getOrder
in interface org.springframework.core.Ordered
setBeanClassLoader
public void setBeanClassLoader(java.lang.ClassLoader beanClassLoader)
- Specified by:
setBeanClassLoader
in interface org.springframework.beans.factory.BeanClassLoaderAware
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Specified by:
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
org.springframework.beans.BeansException
Copyright © 2007. All Rights Reserved.