net.sf.snamespaces.extensions
Class SimpleCustomScopeConfigurer

java.lang.Object
  extended by net.sf.snamespaces.extensions.SimpleCustomScopeConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered

public class SimpleCustomScopeConfigurer
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, 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 SCOPE_BEAN_NAME_PREFIX
           
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
SimpleCustomScopeConfigurer()
           
 
Method Summary
 int getOrder()
           
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setOrder(int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCOPE_BEAN_NAME_PREFIX

public static final java.lang.String SCOPE_BEAN_NAME_PREFIX
See Also:
Constant Field Values
Constructor Detail

SimpleCustomScopeConfigurer

public SimpleCustomScopeConfigurer()
Method Detail

setOrder

public void setOrder(int order)

getOrder

public int getOrder()
Specified by:
getOrder in interface org.springframework.core.Ordered

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor


Copyright © 2007. All Rights Reserved.