net.sf.snamespaces.extensions
Class SimpleCustomEditorConfigurer

java.lang.Object
  extended by 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

Field Summary
static java.lang.String PROPERTY_EDITOR_BEAN_NAME_PREFIX
           
static java.lang.String PROPERTY_EDITOR_REGISTRAR_BEAN_NAME_PREFIX
           
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
SimpleCustomEditorConfigurer()
           
 
Method Summary
 int getOrder()
           
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setBeanClassLoader(java.lang.ClassLoader beanClassLoader)
           
 void setOrder(int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SimpleCustomEditorConfigurer

public SimpleCustomEditorConfigurer()
Method Detail

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.